summaryrefslogtreecommitdiff
path: root/ext/json
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagBEFORE_NEW_OUTPUT_APISVN Migration2006-06-0218-4132/+0
* Fix PECL bug #7147 - rework comma insertion whilst encoding.Omar Kilani2006-03-183-11/+39
* Mark as stable.Omar Kilani2006-03-152-4/+4
* - Fix issue with encoding arrays with integer keys.Omar Kilani2006-03-043-10/+157
* Fix encoding of empty strings.Omar Kilani2006-02-023-7/+25
* 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
* - Rewritten for better performance. 3-8x faster encodes, 2-4x faster decodes.Omar Kilani2006-01-3112-288/+1286
* 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
* 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