summaryrefslogtreecommitdiff
path: root/ext/json/json.c
Commit message (Expand)AuthorAgeFilesLines
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* fix shared build on WindowsStanislav Malyshev2009-06-221-2/+2
* fix ZTS buildAntony Dovgal2009-06-011-2/+2
* MFH: no dots in errorsJani Taskinen2009-05-311-2/+2
* Expose encode/decode API.Andrei Zmievski2009-05-311-60/+67
* MFH Fix bug #45989 - json_decode() doesn't return NULL on certain invalid str...Scott MacVicar2009-02-121-6/+0
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* - MFH: Fixed bug #46215 (json_encode mutates its parameter and has some class...Felipe Pena2008-10-021-0/+3
* Fix ZTS build.Sebastian Bergmann2008-08-221-4/+4
* merge fix for #43941Stanislav Malyshev2008-08-211-2/+8
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* MFB: Fixed bug #42785 (json_encode() formats doubles according to localeIlia Alshanetsky2007-10-011-1/+1
* MFH: Fixed bug#42090 (json_decode causes segmentation fault)Hannes Magnusson2007-07-241-1/+1
* fix ws/foldingAntony Dovgal2007-07-231-4/+10
* Fixed bug #41673 (json_encode breaks large numbers in arrays).Ilia Alshanetsky2007-06-131-11/+3
* Fixed bug #41567 (json_encode() double conversion is inconsistent with PHP).Ilia Alshanetsky2007-06-041-1/+1
* MFH: protos (patch by jeffg at activestate dot com)Hannes Magnusson2007-05-251-0/+6
* Fix processing of control characters; they should be escaped as \uAndrei Zmievski2007-04-131-1/+1
* Fixed bug #41034 (json_encode() ignores null byte started keys in arrays)Ilia Alshanetsky2007-04-121-1/+1
* Fixed bug #40503 (json_encode() value corruption on 32bit systems withIlia Alshanetsky2007-02-181-9/+11
* MFH: nuke skeleton leftoversAntony Dovgal2007-01-121-3/+0
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* 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-031-1/+28
* move static declaration to *.c filesNuno Lopes2006-08-141-4/+9
* more const keywordingNuno Lopes2006-07-221-1/+1
* MFH: use E_WARNING on recursion and add null to the result to keep it validAntony Dovgal2006-07-201-1/+2
* MFH: add recursion protection to json_encode() and new testsAntony Dovgal2006-07-201-0/+15
* MFHAntony Dovgal2006-07-201-4/+4
* Fixed compiler warnings and enable Json by default.Ilia Alshanetsky2006-07-191-3/+1
* This commit was manufactured by cvs2svn to create branch 'PHP_5_2'.SVN Migration2006-05-051-0/+449