Updated JSON class.
* Updated the documentation slightly * Added PECL json 1.2.1 to the vendors directory to help out any poor unfortunate souls that aren't running PHP 5.2+ * Not sure the legality behind including PECL json, according to PHP License 3.01, it should be okay (it's not modified, and I haven't derived any code from it).
This commit is contained in:
parent
cda9c7d28e
commit
a6b992014b
2 changed files with 4 additions and 2 deletions
|
@ -18,8 +18,10 @@
|
|||
/**
|
||||
* JSON Display
|
||||
*
|
||||
* Displays data in JavaScript Object Notation. Requires PHP 5 >= 5.2.0 or
|
||||
* PECL json 1.2.0 or 1.2.1
|
||||
* Displays data in JavaScript Object Notation.
|
||||
*
|
||||
* 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://us.php.net/json_encode
|
||||
|
|
BIN
vendors/json-1.2.1.tgz
vendored
Normal file
BIN
vendors/json-1.2.1.tgz
vendored
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue