summaryrefslogtreecommitdiff
path: root/ext/json/JSON_parser.c
Commit message (Expand)AuthorAgeFilesLines
* Handle very small longs via doubleIlia Alshanetsky2007-06-131-1/+1
* Fixed bug #41673 (json_encode breaks large numbers in arrays).Ilia Alshanetsky2007-06-131-1/+6
* Fixed bug #41504 (json_decode() incorrectly decodes JSON arrays with emptyIlia Alshanetsky2007-05-271-3/+3
* Make the code match the commit commentRasmus Lerdorf2007-05-241-1/+1
* I don't see any reason to leave the stack limitation at 20. We haveRasmus Lerdorf2007-05-241-1/+1
* MFH: fix #41403 (json_decode cannot decode floats if localeconv decimal_point...Antony Dovgal2007-05-161-1/+1
* Fixed bug #41067 (json_encode() problem with UTF-16 input).Ilia Alshanetsky2007-04-161-0/+19
* Fix processing of control characters; they should be escaped as \uAndrei Zmievski2007-04-131-1/+9
* initialize variableAntony Dovgal2006-07-251-1/+1
* more const keywordingNuno Lopes2006-07-221-2/+2
* MFH: ZTS fixAntony Dovgal2006-07-201-3/+3
* fix segfault, add testAntony Dovgal2006-07-201-6/+6
* This commit was manufactured by cvs2svn to create branch 'PHP_5_2'.SVN Migration2006-05-051-0/+757