summaryrefslogtreecommitdiff
path: root/ext/json
Commit message (Collapse)AuthorAgeFilesLines
...
* - 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 ↵Felipe Pena2008-10-021-0/+3
| | | | class-specific state)
* 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.
* 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
| | | | | #in preparation for the gcc 4 visibility patch
* 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
| | | | | then following standard syntax).
* 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
| | | | | 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.
* MFH: fix #41403 (json_decode cannot decode floats if localeconv ↵Antony Dovgal2007-05-162-1/+42
| | | | decimal_point is not '.')
* 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-162-0/+42
|
* fix testAntony Dovgal2007-04-161-0/+0
|
* Fix processing of control characters; they should be escaped as \uAndrei Zmievski2007-04-132-2/+10
| | | | | sequences.
* Fixed bug #41034 (json_encode() ignores null byte started keys in arrays)Ilia Alshanetsky2007-04-123-2/+2
|
* Fixed bug #40503 (json_encode() value corruption on 32bit systems withIlia Alshanetsky2007-02-182-9/+30
| | | | | overflown values).