summaryrefslogtreecommitdiff
path: root/ext/json
Commit message (Collapse)AuthorAgeFilesLines
...
* MFB: remove unused PHP_EXTNAME_API macros.Nuno Lopes2008-01-031-6/+0
| | | | | #in preparation for the gcc 4 visibility patch
* Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-312-2/+2
|
* Fixed test related to bug #38469Dmitry Stogov2007-12-281-19/+3
|
* Add support for encoding optionsSara Golemon2007-12-172-15/+97
|
* Added macros for managing zval refcounts and is_ref statusesYiduo (David) Wang2007-10-071-3/+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-3/+3
| | | | | rather then following standard syntax).
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-1/+1
|
* spaces -> tabsJan Lehnardt2007-09-011-302/+302
|
* Fixed bug#42090 (json_decode causes segmentation fault)Hannes Magnusson2007-07-242-2/+35
|
* fix WS, CS and other SAntony Dovgal2007-07-123-599/+535
|
* Fixed testDmitry Stogov2007-07-101-12/+12
|
* - Fix some configure --help textsfoobar2007-07-031-3/+1
|
* - Added missing SKIPIFfoobar2007-06-291-0/+3
|
* MFB: Handle very small longs via doubleIlia Alshanetsky2007-06-131-1/+1
|
* MFB: Fixed bug #41673 (json_encode breaks large numbers in arrays).Ilia Alshanetsky2007-06-132-9/+8
|
* fix testsAntony Dovgal2007-06-083-6/+1697
|
* oops, empty properties are not allowedAntony Dovgal2007-06-081-3/+3
|
* MFB: fix #41504 (json_decode() incorrectly decodes JSON arrays with empty ↵Antony Dovgal2007-06-081-6/+6
| | | | string keys).
* MFB: Fixed bug #41567 (json_encode() double conversion is inconsistent withIlia Alshanetsky2007-06-041-1/+1
| | | | | PHP).
* fix testAntony Dovgal2007-05-291-3/+3
|
* MFB: Fix test after stack limit bumpHannes Magnusson2007-05-251-4/+4
|
* MFB 5_2 - increase json parser depth from 20 to 128Rasmus Lerdorf2007-05-241-1/+1
|
* fix #41403 (json_decode cannot decode floats if localeconv decimal_point is ↵Antony Dovgal2007-05-162-1/+63
| | | | not '.')
* fix testsAntony Dovgal2007-04-263-0/+6
| | | | | add test for yet not merged fix
* MFB fix for #41034Antony Dovgal2007-04-234-2/+37
| | | | | add missing tests
* fix testAntony Dovgal2007-04-201-8/+8
|
* MFB: Fixed bug #41067 (json_encode() problem with UTF-16 input).Ilia Alshanetsky2007-04-191-0/+19
|
* MFB (handling of control characters)Andrei Zmievski2007-04-162-2/+10
|
* MFB: #40503 (json_encode() value corruption on 32bit systems with overflown ↵Antony Dovgal2007-02-192-8/+27
| | | | values)
* Bump year.Sebastian Bergmann2007-01-012-2/+2
|
* MFB: safety checksIlia Alshanetsky2006-12-261-2/+2
|
* MFB: little cleanup in json_determine_array_type()Nuno Lopes2006-12-191-8/+1
|
* Clarify why the result of json_encode() is a binary string.Andrei Zmievski2006-10-191-0/+4
|
* fix testsAntony Dovgal2006-10-198-114/+1961
|
* fix folding tags, nuke json globalsAntony Dovgal2006-10-192-14/+13
|
* fix coverity issue #262 (uninitialized variable)Antony Dovgal2006-10-191-0/+1
|
* ZTS fixDmitry Stogov2006-10-181-4/+4
|
* Unicode support in JSON functions.Andrei Zmievski2006-10-172-74/+121
|
* Patch to support primitive types. (Ilia)Andrei Zmievski2006-10-161-1/+26
|
* Fixed memory leaksDmitry Stogov2006-09-131-0/+3
|
* - MFB Test name must not be more than a single lineMarcus Boerger2006-08-075-14/+10
|
* add missing UEXPECTF sectionAntony Dovgal2006-08-071-0/+44
|
* initialize variableAntony Dovgal2006-07-251-1/+1
|
* enable by defaultRob Richards2006-07-221-1/+1
|
* MFBNuno Lopes2006-07-222-3/+3
|
* rephraseAntony Dovgal2006-07-201-1/+1
|
* Simplify configure, no need to have dozen macros which have no usefoobar2006-07-201-76/+4
|
* missing credits filefoobar2006-07-201-0/+2
|
* use E_WARNING on recursion and add null to the result to keep it validAntony Dovgal2006-07-204-4/+11
|