Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | - Fixed tests | Felipe Pena | 2008-11-19 | 1 | -0/+2 | |
| | ||||||
* | - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-11-17 | 1 | -2/+0 | |
| | ||||||
* | - Revert ZEND_BEGIN_ARG_INFO change | Felipe Pena | 2008-11-02 | 1 | -0/+2 | |
| | ||||||
* | - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-10-24 | 1 | -2/+0 | |
| | ||||||
* | - New test | Felipe Pena | 2008-10-02 | 1 | -0/+23 | |
| | ||||||
* | - MFH: Fixed bug #46215 (json_encode mutates its parameter and has some ↵ | Felipe Pena | 2008-10-02 | 1 | -0/+3 | |
| | | | | class-specific state) | |||||
* | Fix test to test higher nesting level | Rasmus Lerdorf | 2008-07-31 | 1 | -2/+2 | |
| | ||||||
* | We can afford a larger stack here and other json parsers out there | Rasmus Lerdorf | 2008-07-30 | 1 | -1/+1 | |
| | | | | | go deeper than 128. | |||||
* | ws + cs | Jani Taskinen | 2008-07-22 | 1 | -418/+392 | |
| | ||||||
* | MFH: unused stuff | Jani Taskinen | 2008-07-22 | 1 | -7/+0 | |
| | ||||||
* | - Added arginfo | Felipe Pena | 2008-06-27 | 1 | -2/+15 | |
| | ||||||
* | MFH | Antony Dovgal | 2008-02-15 | 1 | -1/+1 | |
| | ||||||
* | ZTS fix | Dmitry Stogov | 2008-01-30 | 1 | -4/+4 | |
| | ||||||
* | fix #43941: invalid utf-8 not accepted | Stanislav Malyshev | 2008-01-30 | 3 | -3/+30 | |
| | ||||||
* | remove unused PHP_EXTNAME_API macros. | Nuno Lopes | 2008-01-03 | 1 | -6/+0 | |
| | | | | | #in preparation for the gcc 4 visibility patch | |||||
* | MFH: 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 | -7/+3 | |
| | ||||||
* | MFH (json.c r-1.32) Add support for encoding options | Sara Golemon | 2007-12-17 | 2 | -15/+97 | |
| | ||||||
* | MFH: Added macros for managing zval refcounts and is_ref statuses | Yiduo (David) Wang | 2007-10-07 | 1 | -3/+3 | |
| | ||||||
* | Added test for bug #42785 | Ilia Alshanetsky | 2007-10-01 | 1 | -0/+26 | |
| | ||||||
* | Fixed bug #42785 (json_encode() formats doubles according to locale rather | Ilia Alshanetsky | 2007-10-01 | 1 | -1/+1 | |
| | | | | | then following standard syntax). | |||||
* | Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) | Dmitry Stogov | 2007-09-27 | 1 | -1/+1 | |
| | ||||||
* | MFH: Fixed bug#42090 (json_decode causes segmentation fault) | Hannes Magnusson | 2007-07-24 | 2 | -1/+26 | |
| | ||||||
* | fix ws/folding | Antony Dovgal | 2007-07-23 | 1 | -4/+10 | |
| | ||||||
* | MFH: Fix some configure --help texts | foobar | 2007-07-03 | 1 | -3/+1 | |
| | ||||||
* | typo | foobar | 2007-06-29 | 1 | -1/+1 | |
| | ||||||
* | oops | foobar | 2007-06-29 | 2 | -2/+2 | |
| | ||||||
* | - Added missing SKIPIFs | foobar | 2007-06-29 | 3 | -1/+8 | |
| | ||||||
* | Handle very small longs via double | Ilia Alshanetsky | 2007-06-13 | 1 | -1/+1 | |
| | ||||||
* | Fixed bug #41673 (json_encode breaks large numbers in arrays). | Ilia Alshanetsky | 2007-06-13 | 3 | -14/+11 | |
| | ||||||
* | Update test | Ilia Alshanetsky | 2007-06-11 | 1 | -4/+4 | |
| | ||||||
* | adjust test for 64bit | Antony Dovgal | 2007-06-08 | 1 | -4/+4 | |
| | ||||||
* | fix test, add 64bit version | Antony Dovgal | 2007-06-08 | 2 | -0/+899 | |
| | ||||||
* | Fixed bug #41567 (json_encode() double conversion is inconsistent with PHP). | Ilia Alshanetsky | 2007-06-04 | 2 | -1/+14 | |
| | ||||||
* | Adjust tests to reflect the new expected output | Ilia Alshanetsky | 2007-05-27 | 2 | -6/+6 | |
| | ||||||
* | Fixed bug #41504 (json_decode() incorrectly decodes JSON arrays with empty | Ilia Alshanetsky | 2007-05-27 | 2 | -3/+32 | |
| | | | | | string keys). | |||||
* | MFH: protos (patch by jeffg at activestate dot com) | Hannes Magnusson | 2007-05-25 | 1 | -0/+6 | |
| | ||||||
* | This test should only test failures | Hannes Magnusson | 2007-05-25 | 1 | -128/+2 | |
| | ||||||
* | Fix test after stack limit bump | Hannes Magnusson | 2007-05-25 | 1 | -3/+130 | |
| | ||||||
* | Make the code match the commit comment | Rasmus Lerdorf | 2007-05-24 | 1 | -1/+1 | |
| | ||||||
* | I don't see any reason to leave the stack limitation at 20. We have | Rasmus Lerdorf | 2007-05-24 | 1 | -1/+1 | |
| | | | | | | reports of this limit being hit now and as far as I can tell bumping it to 128 isn't going break anything in the parser code. | |||||
* | MFH: fix #41403 (json_decode cannot decode floats if localeconv ↵ | Antony Dovgal | 2007-05-16 | 2 | -1/+42 | |
| | | | | decimal_point is not '.') | |||||
* | fix tests | Antony Dovgal | 2007-04-26 | 3 | -0/+6 | |
| | ||||||
* | apply correct fix | Antony Dovgal | 2007-04-20 | 1 | -5/+5 | |
| | ||||||
* | fix test | Antony Dovgal | 2007-04-20 | 1 | -18/+18 | |
| | ||||||
* | Fixed bug #41067 (json_encode() problem with UTF-16 input). | Ilia Alshanetsky | 2007-04-16 | 2 | -0/+42 | |
| | ||||||
* | fix test | Antony Dovgal | 2007-04-16 | 1 | -0/+0 | |
| | ||||||
* | Fix processing of control characters; they should be escaped as \u | Andrei Zmievski | 2007-04-13 | 2 | -2/+10 | |
| | | | | | sequences. | |||||
* | Fixed bug #41034 (json_encode() ignores null byte started keys in arrays) | Ilia Alshanetsky | 2007-04-12 | 3 | -2/+2 | |
| | ||||||
* | Fixed bug #40503 (json_encode() value corruption on 32bit systems with | Ilia Alshanetsky | 2007-02-18 | 2 | -9/+30 | |
| | | | | | overflown values). |