summaryrefslogtreecommitdiff
path: root/ext/json
Commit message (Expand)AuthorAgeFilesLines
* fix tests corrupted by svn's eol-style=nativeAlexey Zakhlestin2009-07-152-32/+16
* fix json shared build on WindowsStanislav Malyshev2009-06-302-4/+10
* - MFH: Fixed memleak when depth arg is less than zeroFelipe Pena2009-06-241-0/+1
* The json header should be installed so other exts can use itJohannes Schlüter2009-06-231-0/+1
* New json extension tests. Tested on Windows, Linux and Linux 64 bit.andy wharmby2009-06-145-0/+450
* Fix the build.Andrei Zmievski2009-05-311-0/+1
* MFH: no dots in errorsJani Taskinen2009-05-311-3/+3
* Expose encode/decode API.Andrei Zmievski2009-05-312-43/+53
* Cast to unsigned char to prevent compiler warningKalle Sommer Nielsen2009-05-191-1/+1
* MFH: Fix arginfoKalle Sommer Nielsen2009-05-151-0/+1
* MFH Allow a custom recursion depth to be specified for json_decode()Scott MacVicar2009-05-143-7/+15
* Rebuild credits, was missed in previous RCScott MacVicar2009-04-021-1/+1
* MFH: Avoid 2 conversions when decoding numbersMatt Wilmas2009-03-191-6/+17
* MFH Missing skip in testsScott MacVicar2009-03-171-0/+2
* MFH Replace magic values with a define for json encoding, makes reading it a ...Scott MacVicar2009-03-171-7/+10
* MFH Add PHP_JSON_FORCE_OBJECT for forcing an object output of an arrayScott MacVicar2009-03-172-1/+13
* 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-172-4/+47
* Fix tests. Add missing SKIPIF. Tested on Windows, Linux and Linux 64andy wharmby2009-01-232-10/+16
* Fix test again...Scott MacVicar2009-01-081-2/+2
* Fix broken testScott MacVicar2009-01-081-1/+4
* MFH Fix bug #46944 - UTF-8 characters outside the BMP aren't encoded correctly.Scott MacVicar2009-01-023-2/+34
* 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