summaryrefslogtreecommitdiff
path: root/ext/json/tests
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug #55543 (json_encode() with JSON_NUMERIC_CHECK fails on objects with...Ilia Alshanetsky2011-10-171-0/+13
* Add test for #53946 to 5.4 (missed it when committing revision 315707)Gwynne Raskind2011-08-291-0/+16
* Fixed bug #54484 (Empty string in json_decode doesn't reset json_last_error()).Ilia Alshanetsky2011-06-011-0/+25
* Fix Bug #54058, invalid utf-8 doesn't set json_encode() in all casesScott MacVicar2011-02-211-0/+35
* Implement FR #44331 (Formatting option for json_encode). Bikeshedding about theAdam Harvey2010-09-161-0/+40
* Implemented FR #49366 (Make slash escaping optional in json_encode()).Adam Harvey2010-09-161-0/+12
* Add JSON_BIGINT_AS_STRING for json_decode() to parse large numbersSara Golemon2010-05-212-2/+19
* Added support for JSON_NUMERIC_CHECK option in json_encode() that converts Ilia Alshanetsky2010-05-202-1/+27
* Rename JSON_Serializable to JsonSerializable per ML discussionSara Golemon2010-05-121-1/+1
* Add JSON_Serializable interfaceSara Golemon2010-05-051-0/+80
* - Fixed testsFelipe Pena2010-04-032-8/+2
* Fix broken json tests in all branchesRasmus Lerdorf2009-08-031-16/+8
* fix tests corrupted by svn's eol-style=nativeAlexey Zakhlestin2009-07-152-32/+16
* New json extension tests. Tested on Windows, Linux and Linux 64 bit.andy wharmby2009-06-145-0/+450
* MFH Missing skip in testsScott MacVicar2009-03-171-0/+2
* MFH Add PHP_JSON_FORCE_OBJECT for forcing an object output of an arrayScott MacVicar2009-03-171-0/+10
* MFH Fix bug #47644 - Valid integers are truncated with json_decode()Scott MacVicar2009-03-171-0/+43
* 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-021-0/+32
* MFH Add json_last_error() for getting a bit of information about what failed ...Scott MacVicar2008-12-191-0/+36
* MFH Test for bug #45791Scott MacVicar2008-12-171-0/+13
* MFH Fix bug #45989 - json_decode() doesn't return NULL on certain invalid str...Scott MacVicar2008-12-122-10/+9
* - Fixed testsFelipe Pena2008-11-191-0/+2
* - New testFelipe Pena2008-10-021-0/+23
* Fix test to test higher nesting levelRasmus Lerdorf2008-07-311-2/+2
* MFHAntony Dovgal2008-02-151-1/+1
* fix #43941: invalid utf-8 not acceptedStanislav Malyshev2008-01-301-0/+21
* Fixed test related to bug #38469Dmitry Stogov2007-12-281-7/+3
* MFH (json.c r-1.32) Add support for encoding optionsSara Golemon2007-12-171-0/+23
* Added test for bug #42785Ilia Alshanetsky2007-10-011-0/+26
* MFH: Fixed bug#42090 (json_decode causes segmentation fault)Hannes Magnusson2007-07-241-0/+25
* typofoobar2007-06-291-1/+1
* oopsfoobar2007-06-292-2/+2
* - Added missing SKIPIFsfoobar2007-06-293-1/+8
* Fixed bug #41673 (json_encode breaks large numbers in arrays).Ilia Alshanetsky2007-06-131-2/+2
* 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-041-0/+13
* 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-271-0/+29
* This test should only test failuresHannes Magnusson2007-05-251-128/+2
* Fix test after stack limit bumpHannes Magnusson2007-05-251-3/+130
* MFH: fix #41403 (json_decode cannot decode floats if localeconv decimal_point...Antony Dovgal2007-05-161-0/+41
* fix testsAntony Dovgal2007-04-263-0/+6
* apply correct fixAntony Dovgal2007-04-201-5/+5
* fix testAntony Dovgal2007-04-201-18/+18
* Fixed bug #41067 (json_encode() problem with UTF-16 input).Ilia Alshanetsky2007-04-161-0/+23