summaryrefslogtreecommitdiff
path: root/ext/json
Commit message (Expand)AuthorAgeFilesLines
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-312-2/+2
* MFH Make sure we clear out the error when the scalar version decoding works.Scott MacVicar2008-12-241-0/+6
* MFH Add json_last_error() for getting a bit of information about what failed ...Scott MacVicar2008-12-195-28/+107
* MFH Fix Windows buildScott MacVicar2008-12-171-0/+3
* MFH Test for bug #45791Scott MacVicar2008-12-171-0/+13
* Update the JSON parser with that on json.org, biggest change here is code rea...Scott MacVicar2008-12-173-461/+422
* MFH Fix bug #45989 - json_decode() doesn't return NULL on certain invalid str...Scott MacVicar2008-12-123-17/+10
* MFH: Changed logic for LONG_MINMatt Wilmas2008-12-021-1/+1
* - Fixed testsFelipe Pena2008-11-191-0/+2
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-11-171-2/+0
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+2
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-2/+0
* - New testFelipe Pena2008-10-021-0/+23
* - MFH: Fixed bug #46215 (json_encode mutates its parameter and has some class...Felipe Pena2008-10-021-0/+3
* Fix test to test higher nesting levelRasmus Lerdorf2008-07-311-2/+2
* We can afford a larger stack here and other json parsers out thereRasmus Lerdorf2008-07-301-1/+1
* ws + csJani Taskinen2008-07-221-418/+392
* MFH: unused stuffJani Taskinen2008-07-221-7/+0
* - Added arginfoFelipe Pena2008-06-271-2/+15
* MFHAntony Dovgal2008-02-151-1/+1
* ZTS fixDmitry Stogov2008-01-301-4/+4
* fix #43941: invalid utf-8 not acceptedStanislav Malyshev2008-01-303-3/+30
* remove unused PHP_EXTNAME_API macros.Nuno Lopes2008-01-031-6/+0
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-312-2/+2
* Fixed test related to bug #38469Dmitry Stogov2007-12-281-7/+3
* MFH (json.c r-1.32) Add support for encoding optionsSara Golemon2007-12-172-15/+97
* MFH: Added macros for managing zval refcounts and is_ref statusesYiduo (David) Wang2007-10-071-3/+3
* Added test for bug #42785Ilia Alshanetsky2007-10-011-0/+26
* Fixed bug #42785 (json_encode() formats doubles according to locale ratherIlia Alshanetsky2007-10-011-1/+1
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-1/+1
* MFH: Fixed bug#42090 (json_decode causes segmentation fault)Hannes Magnusson2007-07-242-1/+26
* fix ws/foldingAntony Dovgal2007-07-231-4/+10
* MFH: Fix some configure --help textsfoobar2007-07-031-3/+1
* typofoobar2007-06-291-1/+1
* oopsfoobar2007-06-292-2/+2
* - Added missing SKIPIFsfoobar2007-06-293-1/+8
* Handle very small longs via doubleIlia Alshanetsky2007-06-131-1/+1
* Fixed bug #41673 (json_encode breaks large numbers in arrays).Ilia Alshanetsky2007-06-133-14/+11
* Update testIlia Alshanetsky2007-06-111-4/+4
* adjust test for 64bitAntony Dovgal2007-06-081-4/+4
* fix test, add 64bit versionAntony Dovgal2007-06-082-0/+899
* Fixed bug #41567 (json_encode() double conversion is inconsistent with PHP).Ilia Alshanetsky2007-06-042-1/+14
* Adjust tests to reflect the new expected outputIlia Alshanetsky2007-05-272-6/+6
* Fixed bug #41504 (json_decode() incorrectly decodes JSON arrays with emptyIlia Alshanetsky2007-05-272-3/+32
* MFH: protos (patch by jeffg at activestate dot com)Hannes Magnusson2007-05-251-0/+6
* This test should only test failuresHannes Magnusson2007-05-251-128/+2
* Fix test after stack limit bumpHannes Magnusson2007-05-251-3/+130
* 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-162-1/+42