summaryrefslogtreecommitdiff
path: root/ext/json/json.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix processing of control characters; they should be escaped as \uAndrei Zmievski2007-04-131-1/+1
| | | | | sequences.
* Fixed bug #41034 (json_encode() ignores null byte started keys in arrays)Ilia Alshanetsky2007-04-121-1/+1
|
* Fixed bug #40503 (json_encode() value corruption on 32bit systems withIlia Alshanetsky2007-02-181-9/+11
| | | | | overflown values).
* MFH: nuke skeleton leftoversAntony Dovgal2007-01-121-3/+0
|
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
|
* Use safe_emalloc()Ilia Alshanetsky2006-12-251-2/+2
|
* remove NOP code in json_determine_array_type(), as we already know the zval ↵Nuno Lopes2006-12-191-8/+1
| | | | passed is an array (based on patch by Ron Korving)
* Fixed bug #38680 (Added missing handling of basic types in json_decode).Ilia Alshanetsky2006-11-031-1/+28
| | | | | # already in HEAD
* move static declaration to *.c filesNuno Lopes2006-08-141-4/+9
| | | | | mroe static/const keywording
* more const keywordingNuno Lopes2006-07-221-1/+1
|
* MFH: use E_WARNING on recursion and add null to the result to keep it validAntony Dovgal2006-07-201-1/+2
|
* MFH: add recursion protection to json_encode() and new testsAntony Dovgal2006-07-201-0/+15
|
* MFHAntony Dovgal2006-07-201-4/+4
|
* Fixed compiler warnings and enable Json by default.Ilia Alshanetsky2006-07-191-3/+1
|
* This commit was manufactured by cvs2svn to create branch 'PHP_5_2'.SVN Migration2006-05-051-0/+449