summaryrefslogtreecommitdiff
path: root/ext/json/json.c
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagBEFORE_NEW_OUTPUT_APISVN Migration2006-06-021-449/+0
| | | | 'BEFORE_NEW_OUTPUT_API'.
* Fix PECL bug #7147 - rework comma insertion whilst encoding.Omar Kilani2006-03-181-7/+19
| | | | | Add tests to package.xml.
* - Fix issue with encoding arrays with integer keys.Omar Kilani2006-03-041-0/+4
| | | | | - Modified pass001.1.phpt to test a mix of integers and strings as keys.
* Fix encoding of empty strings.Omar Kilani2006-02-021-0/+7
| | | | | Add empty string value test case.
* - Rewritten for better performance. 3-8x faster encodes, 2-4x faster decodes.Omar Kilani2006-01-311-152/+221
| | | | | | - No longer uses json-c, implements it's own JSON parser and encoder. - JSON parser based on Douglas Crockford's JSON_checker.
* Change license from LGPL to PHP.Omar Kilani2006-01-211-13/+16
|
* Don't leak a json_object on a decode error.Omar Kilani2006-01-121-0/+1
|
* Fixed ZTS buildEdin Kadribasic2005-12-111-4/+4
|
* A few cleanups. I hope you don't mind Omar.Rasmus Lerdorf2005-12-071-50/+15
|
* Add json extension to PECL.Omar Kilani2005-12-061-0/+388