summaryrefslogtreecommitdiff
path: root/ext/json/JSON_parser.c
Commit message (Expand)AuthorAgeFilesLines
* MFH: Handle overflow when decoding large numbers and avoid 2 conversionsMatt Wilmas2009-03-191-5/+17
* MFH Fix bug #47644 - Valid integers are truncated with json_decode()Scott MacVicar2009-03-171-6/+6
* MFH: Invalid string causes segfault within json_decode()Scott MacVicar2008-12-191-6/+2
* MFH: Changed logic for LONG_MINMatt Wilmas2008-12-021-1/+1
* We can afford a larger stack here and other json parsers out thereRasmus Lerdorf2008-07-301-1/+1
* 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