Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | MFB: remove unused PHP_EXTNAME_API macros. | Nuno Lopes | 2008-01-03 | 1 | -6/+0 | |
| | | | | | #in preparation for the gcc 4 visibility patch | |||||
* | Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 2 | -2/+2 | |
| | ||||||
* | Fixed test related to bug #38469 | Dmitry Stogov | 2007-12-28 | 1 | -19/+3 | |
| | ||||||
* | Add support for encoding options | Sara Golemon | 2007-12-17 | 2 | -15/+97 | |
| | ||||||
* | Added macros for managing zval refcounts and is_ref statuses | Yiduo (David) Wang | 2007-10-07 | 1 | -3/+3 | |
| | ||||||
* | MFB: Added test for bug #42785 | Ilia Alshanetsky | 2007-10-01 | 1 | -0/+26 | |
| | ||||||
* | MFB: Fixed bug #42785 (json_encode() formats doubles according to locale | Ilia Alshanetsky | 2007-10-01 | 1 | -3/+3 | |
| | | | | | rather then following standard syntax). | |||||
* | Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) | Dmitry Stogov | 2007-09-27 | 1 | -1/+1 | |
| | ||||||
* | spaces -> tabs | Jan Lehnardt | 2007-09-01 | 1 | -302/+302 | |
| | ||||||
* | Fixed bug#42090 (json_decode causes segmentation fault) | Hannes Magnusson | 2007-07-24 | 2 | -2/+35 | |
| | ||||||
* | fix WS, CS and other S | Antony Dovgal | 2007-07-12 | 3 | -599/+535 | |
| | ||||||
* | Fixed test | Dmitry Stogov | 2007-07-10 | 1 | -12/+12 | |
| | ||||||
* | - Fix some configure --help texts | foobar | 2007-07-03 | 1 | -3/+1 | |
| | ||||||
* | - Added missing SKIPIF | foobar | 2007-06-29 | 1 | -0/+3 | |
| | ||||||
* | MFB: Handle very small longs via double | Ilia Alshanetsky | 2007-06-13 | 1 | -1/+1 | |
| | ||||||
* | MFB: Fixed bug #41673 (json_encode breaks large numbers in arrays). | Ilia Alshanetsky | 2007-06-13 | 2 | -9/+8 | |
| | ||||||
* | fix tests | Antony Dovgal | 2007-06-08 | 3 | -6/+1697 | |
| | ||||||
* | oops, empty properties are not allowed | Antony Dovgal | 2007-06-08 | 1 | -3/+3 | |
| | ||||||
* | MFB: fix #41504 (json_decode() incorrectly decodes JSON arrays with empty ↵ | Antony Dovgal | 2007-06-08 | 1 | -6/+6 | |
| | | | | string keys). | |||||
* | MFB: Fixed bug #41567 (json_encode() double conversion is inconsistent with | Ilia Alshanetsky | 2007-06-04 | 1 | -1/+1 | |
| | | | | | PHP). | |||||
* | fix test | Antony Dovgal | 2007-05-29 | 1 | -3/+3 | |
| | ||||||
* | MFB: Fix test after stack limit bump | Hannes Magnusson | 2007-05-25 | 1 | -4/+4 | |
| | ||||||
* | MFB 5_2 - increase json parser depth from 20 to 128 | Rasmus Lerdorf | 2007-05-24 | 1 | -1/+1 | |
| | ||||||
* | fix #41403 (json_decode cannot decode floats if localeconv decimal_point is ↵ | Antony Dovgal | 2007-05-16 | 2 | -1/+63 | |
| | | | | not '.') | |||||
* | fix tests | Antony Dovgal | 2007-04-26 | 3 | -0/+6 | |
| | | | | | add test for yet not merged fix | |||||
* | MFB fix for #41034 | Antony Dovgal | 2007-04-23 | 4 | -2/+37 | |
| | | | | | add missing tests | |||||
* | fix test | Antony Dovgal | 2007-04-20 | 1 | -8/+8 | |
| | ||||||
* | MFB: Fixed bug #41067 (json_encode() problem with UTF-16 input). | Ilia Alshanetsky | 2007-04-19 | 1 | -0/+19 | |
| | ||||||
* | MFB (handling of control characters) | Andrei Zmievski | 2007-04-16 | 2 | -2/+10 | |
| | ||||||
* | MFB: #40503 (json_encode() value corruption on 32bit systems with overflown ↵ | Antony Dovgal | 2007-02-19 | 2 | -8/+27 | |
| | | | | values) | |||||
* | Bump year. | Sebastian Bergmann | 2007-01-01 | 2 | -2/+2 | |
| | ||||||
* | MFB: safety checks | Ilia Alshanetsky | 2006-12-26 | 1 | -2/+2 | |
| | ||||||
* | MFB: little cleanup in json_determine_array_type() | Nuno Lopes | 2006-12-19 | 1 | -8/+1 | |
| | ||||||
* | Clarify why the result of json_encode() is a binary string. | Andrei Zmievski | 2006-10-19 | 1 | -0/+4 | |
| | ||||||
* | fix tests | Antony Dovgal | 2006-10-19 | 8 | -114/+1961 | |
| | ||||||
* | fix folding tags, nuke json globals | Antony Dovgal | 2006-10-19 | 2 | -14/+13 | |
| | ||||||
* | fix coverity issue #262 (uninitialized variable) | Antony Dovgal | 2006-10-19 | 1 | -0/+1 | |
| | ||||||
* | ZTS fix | Dmitry Stogov | 2006-10-18 | 1 | -4/+4 | |
| | ||||||
* | Unicode support in JSON functions. | Andrei Zmievski | 2006-10-17 | 2 | -74/+121 | |
| | ||||||
* | Patch to support primitive types. (Ilia) | Andrei Zmievski | 2006-10-16 | 1 | -1/+26 | |
| | ||||||
* | Fixed memory leaks | Dmitry Stogov | 2006-09-13 | 1 | -0/+3 | |
| | ||||||
* | - MFB Test name must not be more than a single line | Marcus Boerger | 2006-08-07 | 5 | -14/+10 | |
| | ||||||
* | add missing UEXPECTF section | Antony Dovgal | 2006-08-07 | 1 | -0/+44 | |
| | ||||||
* | initialize variable | Antony Dovgal | 2006-07-25 | 1 | -1/+1 | |
| | ||||||
* | enable by default | Rob Richards | 2006-07-22 | 1 | -1/+1 | |
| | ||||||
* | MFB | Nuno Lopes | 2006-07-22 | 2 | -3/+3 | |
| | ||||||
* | rephrase | Antony Dovgal | 2006-07-20 | 1 | -1/+1 | |
| | ||||||
* | Simplify configure, no need to have dozen macros which have no use | foobar | 2006-07-20 | 1 | -76/+4 | |
| | ||||||
* | missing credits file | foobar | 2006-07-20 | 1 | -0/+2 | |
| | ||||||
* | use E_WARNING on recursion and add null to the result to keep it valid | Antony Dovgal | 2006-07-20 | 4 | -4/+11 | |
| |