summaryrefslogtreecommitdiff
path: root/ext/json/json.c
Commit message (Expand)AuthorAgeFilesLines
...
* - Fix issue with encoding arrays with integer keys.Omar Kilani2006-03-041-0/+4
* Fix encoding of empty strings.Omar Kilani2006-02-021-0/+7
* - Rewritten for better performance. 3-8x faster encodes, 2-4x faster decodes.Omar Kilani2006-01-311-152/+221
* 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