Skip to content

Commit faf04c0

Browse files
committedJan 21, 2023
Update README.md with up to date info
1 parent 725a9ab commit faf04c0

File tree

2 files changed

+10
-12
lines changed

2 files changed

+10
-12
lines changed
 

‎.gitmodules

-3
This file was deleted.

‎README.md

+10-9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
# PHP JSON extension with new Decoder
1+
# PHP JSON Development extension
22

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+.
46

57

68
## Installation
@@ -9,7 +11,8 @@ The php-jsond is a new JSON parser for PHP
911

1012
#### PECL
1113

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.
1316

1417
```
1518
$ 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
2023

2124
#### Manual Installation
2225

23-
It's important to have a git installed as it's necessary for recursive fetch of
24-
[phpc](https://github.com/bukka/phpc).
25-
26-
First clone recursively the repository
26+
First clone the repository
2727
```
28-
git clone --recursive https://github.com/bukka/php-jsond.git
28+
git clone https://github.com/bukka/php-jsond.git
2929
```
3030

31-
Then go to the created directory and compile the extension. The PHP development package has to be installed (command `phpize` must be available).
31+
Then go to the created directory and compile the extension. The PHP development package has to be
32+
installed (command `phpize` must be available).
3233
```
3334
cd php-jsond
3435
phpize

0 commit comments

Comments
 (0)
Please sign in to comment.