Dropped PECL files
I never use them, there's a link for the JSON one in the convert class if anyone really needed it. Mongo support's been dropped for a while so there was no need for that one either.
This commit is contained in:
parent
a766ced68c
commit
c72a4b76a3
4 changed files with 0 additions and 2 deletions
|
@ -28,7 +28,6 @@ class Convert
|
||||||
* Encodes passed variable as JSON.
|
* Encodes passed variable as JSON.
|
||||||
*
|
*
|
||||||
* Requires PHP 5 >= 5.2.0 or PECL json >= 1.2.0
|
* Requires PHP 5 >= 5.2.0 or PECL json >= 1.2.0
|
||||||
* Note: PECL json 1.2.1 is included /vendors
|
|
||||||
*
|
*
|
||||||
* @link http://json.org/
|
* @link http://json.org/
|
||||||
* @link http://us.php.net/json_encode
|
* @link http://us.php.net/json_encode
|
||||||
|
|
1
jar.php
1
jar.php
|
@ -1421,7 +1421,6 @@ class Convert
|
||||||
* Encodes passed variable as JSON.
|
* Encodes passed variable as JSON.
|
||||||
*
|
*
|
||||||
* Requires PHP 5 >= 5.2.0 or PECL json >= 1.2.0
|
* Requires PHP 5 >= 5.2.0 or PECL json >= 1.2.0
|
||||||
* Note: PECL json 1.2.1 is included /vendors
|
|
||||||
*
|
*
|
||||||
* @link http://json.org/
|
* @link http://json.org/
|
||||||
* @link http://us.php.net/json_encode
|
* @link http://us.php.net/json_encode
|
||||||
|
|
BIN
vendors/pecl/json-1.2.1.tgz
vendored
BIN
vendors/pecl/json-1.2.1.tgz
vendored
Binary file not shown.
BIN
vendors/pecl/mongo-1.0.10.tgz
vendored
BIN
vendors/pecl/mongo-1.0.10.tgz
vendored
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue