summaryrefslogtreecommitdiff
path: root/ext/json
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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
* MFH: nuke skeleton leftoversAntony Dovgal2007-01-121-3/+0
* MFH: Bump year.Sebastian Bergmann2007-01-012-2/+2
* Use safe_emalloc()Ilia Alshanetsky2006-12-251-2/+2
* remove NOP code in json_determine_array_type(), as we already know the zval p...Nuno Lopes2006-12-191-8/+1
* Fixed bug #38680 (Added missing handling of basic types in json_decode).Ilia Alshanetsky2006-11-033-10/+37
* Fix memory leaksDmitry Stogov2006-09-131-0/+3
* move static declaration to *.c filesNuno Lopes2006-08-142-9/+9
* - Test name must not be more than a single lineMarcus Boerger2006-08-075-14/+10
* initialize variableAntony Dovgal2006-07-251-1/+1
* MFH: enable by defaultRob Richards2006-07-221-1/+1
* more const keywordingNuno Lopes2006-07-222-3/+3
* rephraseAntony Dovgal2006-07-201-1/+1
* MFH: simplifyfoobar2006-07-201-76/+4
* MFHfoobar2006-07-201-0/+2