summaryrefslogtreecommitdiff
path: root/ext/json
Commit message (Collapse)AuthorAgeFilesLines
* - Fixed testsFelipe Pena2010-04-032-8/+2
|
* Install ext/json/php_son.h, too.Johannes Schlüter2010-01-091-0/+1
| | | | | # already done in other branches
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-032-2/+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
|
* fix shared build on WindowsStanislav Malyshev2009-06-222-4/+4
|
* New json extension tests. Tested on Windows, Linux and Linux 64 bit.andy wharmby2009-06-145-0/+450
|
* fix ZTS buildAntony Dovgal2009-06-012-3/+3
|
* MFBAndrei Zmievski2009-05-311-0/+2
|
* MFH: no dots in errorsJani Taskinen2009-05-311-2/+2
|
* Expose encode/decode API.Andrei Zmievski2009-05-312-60/+70
|
* 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-172-6/+49
|
* MFH Fix bug #45989 - json_decode() doesn't return NULL on certain invalid ↵Scott MacVicar2009-02-123-18/+9
| | | | strings
* MFH Fix bug #46944 - UTF-8 characters outside the BMP aren't encoded correctly.Scott MacVicar2009-02-123-2/+37
| | | | | Forgot to merge this back in January
* Fix tests. Add missing SKIPIF. Tested on Windows, Linux and Linux 64andy wharmby2009-01-232-10/+16
|
* Duplicate INI sectionsScott MacVicar2009-01-021-2/+0
|
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-312-2/+2
|
* MFH: Invalid string causes segfault within json_decode()Scott MacVicar2008-12-192-6/+4
|
* MFH: Changed logic for LONG_MINMatt Wilmas2008-12-021-1/+1
|
* - Fixed testFelipe Pena2008-11-191-0/+2
|
* - MFH: Fixed bug #46215 (json_encode mutates its parameter and has some ↵Felipe Pena2008-10-022-0/+26
| | | | class-specific state)
* Fix ZTS build.Sebastian Bergmann2008-08-221-4/+4
|
* merge fix for #43941Stanislav Malyshev2008-08-213-3/+30
|
* 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
| | | | | go deeper than 128.
* This one depends on the precision settingRasmus Lerdorf2008-01-301-0/+2
|
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-312-2/+2
|
* Fixed test related to bug #38469Dmitry Stogov2007-12-281-7/+3
|
* MFB: Added test for bug #42785Ilia Alshanetsky2007-10-011-0/+26
|
* MFB: Fixed bug #42785 (json_encode() formats doubles according to localeIlia Alshanetsky2007-10-011-1/+1
| | | | | rather then following standard syntax).
* 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
| | | | | string keys).
* 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
| | | | | | reports of this limit being hit now and as far as I can tell bumping it to 128 isn't going break anything in the parser code.