summaryrefslogtreecommitdiff
path: root/ext/json/JSON_parser.c
Commit message (Expand)AuthorAgeFilesLines
* Fix bug #68817: Null pointer deferenceStanislav Malyshev2015-01-141-1/+1
* trailing whitespace removalStanislav Malyshev2015-01-101-4/+4
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-13/+13
* fix strtol callAnatol Belski2014-08-261-1/+1
* master renames phase 1Anatol Belski2014-08-251-9/+9
* ported ext/jsonAnatol Belski2014-08-191-1/+1
* basic macro replacements, all at onceAnatol Belski2014-08-191-8/+8
* Fix length reset in JSON parserNikita Popov2014-05-291-1/+1
* Fix ZTSNikita Popov2014-05-051-4/+4
* Port JSONNikita Popov2014-05-051-85/+81
* Fix Bug #53963, error code isn't always set in certain error cases.Scott MacVicar2011-02-091-0/+2
* Add JSON_BIGINT_AS_STRING for json_decode() to parse large numbersSara Golemon2010-05-211-6/+23
* Cast to unsigned char to prevent compiler warningKalle Sommer Nielsen2009-05-191-1/+1
* MFH Allow a custom recursion depth to be specified for json_decode()Scott MacVicar2009-05-141-0/+8
* MFH: Avoid 2 conversions when decoding numbersMatt Wilmas2009-03-191-6/+17
* MFH Deal with overflow when decoding large numbersScott MacVicar2009-03-171-2/+3
* MFH Fix bug #47644 - Valid integers are truncated with json_decode()Scott MacVicar2009-03-171-4/+4
* MFH Add json_last_error() for getting a bit of information about what failed ...Scott MacVicar2008-12-191-18/+12
* MFH Fix Windows buildScott MacVicar2008-12-171-0/+3
* Update the JSON parser with that on json.org, biggest change here is code rea...Scott MacVicar2008-12-171-443/+377
* 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
* MFH: Added macros for managing zval refcounts and is_ref statusesYiduo (David) Wang2007-10-071-3/+3
* 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