summaryrefslogtreecommitdiff
path: root/ext/json
Commit message (Expand)AuthorAgeFilesLines
* 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
* MFH: use E_WARNING on recursion and add null to the result to keep it validAntony Dovgal2006-07-204-4/+11
* MFH: ZTS fixAntony Dovgal2006-07-201-3/+3
* MFH: add recursion protection to json_encode() and new testsAntony Dovgal2006-07-206-0/+123
* fix segfault, add testAntony Dovgal2006-07-202-6/+75
* MFHAntony Dovgal2006-07-201-4/+4
* Fixed compiler warnings and enable Json by default.Ilia Alshanetsky2006-07-193-7/+3
* This commit was manufactured by cvs2svn to create branch 'PHP_5_2'.SVN Migration2006-05-0518-0/+4132