summaryrefslogtreecommitdiff
path: root/ext/json
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagBEFORE_NEW_OUTPUT_APISVN Migration2006-06-0218-4132/+0
| | | | 'BEFORE_NEW_OUTPUT_API'.
* Fix PECL bug #7147 - rework comma insertion whilst encoding.Omar Kilani2006-03-183-11/+39
| | | | | Add tests to package.xml.
* Mark as stable.Omar Kilani2006-03-152-4/+4
|
* - Fix issue with encoding arrays with integer keys.Omar Kilani2006-03-043-10/+157
| | | | | - Modified pass001.1.phpt to test a mix of integers and strings as keys.
* Fix encoding of empty strings.Omar Kilani2006-02-023-7/+25
| | | | | Add empty string value test case.
* Add some documentation to the JSON extension.Omar Kilani2006-01-311-0/+76
|
* Add tests for JSON based on tests found on json.org:Omar Kilani2006-01-315-0/+1987
| | | | | http://www.crockford.com/JSON/JSON_checker/test/
* - Rewritten for better performance. 3-8x faster encodes, 2-4x faster decodes.Omar Kilani2006-01-3112-288/+1286
| | | | | | - No longer uses json-c, implements it's own JSON parser and encoder. - JSON parser based on Douglas Crockford's JSON_checker.
* Remove json_c.Omar Kilani2006-01-3126-3667/+0
|
* Change license from LGPL to PHP.Omar Kilani2006-01-213-28/+34
|
* Don't leak a json_object on a decode error.Omar Kilani2006-01-121-0/+1
|
* Fixed ZTS buildEdin Kadribasic2005-12-111-4/+4
|
* Remove config.m4 reference to json_c/config.h.Omar Kilani2005-12-112-1/+146
| | | | | Add package.xml.
* A few cleanups. I hope you don't mind Omar.Rasmus Lerdorf2005-12-073-55/+15
|
* Add json extension to PECL.Omar Kilani2005-12-0632-0/+4433