You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+10-9
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
-
# PHP JSON extension with new Decoder
1
+
# PHP JSON Development extension
2
2
3
-
The php-jsond is a new JSON parser for PHP
3
+
The php-jsond is a development extension that contains some future changes for the official
4
+
php-json extension. It also makes some new changes available in the previous PHP versions as it can
5
+
be installed independently through PECL. Currently it supports PHP 7.2+.
4
6
5
7
6
8
## Installation
@@ -9,7 +11,8 @@ The php-jsond is a new JSON parser for PHP
9
11
10
12
#### PECL
11
13
12
-
This extension is available on PECL. The package is not currently stable. If the config `preferre_state` is stable, then the version needs to be specified.
14
+
This extension is available on PECL. The package is not currently stable. If the config
15
+
`preferre_state` is stable, then the version needs to be specified.
13
16
14
17
```
15
18
$ sudo pecl install jsond-1.x.y
@@ -20,15 +23,13 @@ where `x` is an installed minor version number and `y` bug fixing version number
20
23
21
24
#### Manual Installation
22
25
23
-
It's important to have a git installed as it's necessary for recursive fetch of
0 commit comments