Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Fixed tests | Felipe Pena | 2010-04-03 | 2 | -8/+2 |
| | |||||
* | Install ext/json/php_son.h, too. | Johannes Schlüter | 2010-01-09 | 1 | -0/+1 |
| | | | | | # already done in other branches | ||||
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 2 | -2/+2 |
| | |||||
* | Fix broken json tests in all branches | Rasmus Lerdorf | 2009-08-03 | 1 | -16/+8 |
| | |||||
* | fix tests corrupted by svn's eol-style=native | Alexey Zakhlestin | 2009-07-15 | 2 | -32/+16 |
| | |||||
* | fix shared build on Windows | Stanislav Malyshev | 2009-06-22 | 2 | -4/+4 |
| | |||||
* | New json extension tests. Tested on Windows, Linux and Linux 64 bit. | andy wharmby | 2009-06-14 | 5 | -0/+450 |
| | |||||
* | fix ZTS build | Antony Dovgal | 2009-06-01 | 2 | -3/+3 |
| | |||||
* | MFB | Andrei Zmievski | 2009-05-31 | 1 | -0/+2 |
| | |||||
* | MFH: no dots in errors | Jani Taskinen | 2009-05-31 | 1 | -2/+2 |
| | |||||
* | Expose encode/decode API. | Andrei Zmievski | 2009-05-31 | 2 | -60/+70 |
| | |||||
* | MFH: Handle overflow when decoding large numbers and avoid 2 conversions | Matt Wilmas | 2009-03-19 | 1 | -5/+17 |
| | |||||
* | MFH Fix bug #47644 - Valid integers are truncated with json_decode() | Scott MacVicar | 2009-03-17 | 2 | -6/+49 |
| | |||||
* | MFH Fix bug #45989 - json_decode() doesn't return NULL on certain invalid ↵ | Scott MacVicar | 2009-02-12 | 3 | -18/+9 |
| | | | | strings | ||||
* | MFH Fix bug #46944 - UTF-8 characters outside the BMP aren't encoded correctly. | Scott MacVicar | 2009-02-12 | 3 | -2/+37 |
| | | | | | Forgot to merge this back in January | ||||
* | Fix tests. Add missing SKIPIF. Tested on Windows, Linux and Linux 64 | andy wharmby | 2009-01-23 | 2 | -10/+16 |
| | |||||
* | Duplicate INI sections | Scott MacVicar | 2009-01-02 | 1 | -2/+0 |
| | |||||
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 2 | -2/+2 |
| | |||||
* | MFH: Invalid string causes segfault within json_decode() | Scott MacVicar | 2008-12-19 | 2 | -6/+4 |
| | |||||
* | MFH: Changed logic for LONG_MIN | Matt Wilmas | 2008-12-02 | 1 | -1/+1 |
| | |||||
* | - Fixed test | Felipe Pena | 2008-11-19 | 1 | -0/+2 |
| | |||||
* | - MFH: Fixed bug #46215 (json_encode mutates its parameter and has some ↵ | Felipe Pena | 2008-10-02 | 2 | -0/+26 |
| | | | | class-specific state) | ||||
* | Fix ZTS build. | Sebastian Bergmann | 2008-08-22 | 1 | -4/+4 |
| | |||||
* | merge fix for #43941 | Stanislav Malyshev | 2008-08-21 | 3 | -3/+30 |
| | |||||
* | 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. | ||||
* | This one depends on the precision setting | Rasmus Lerdorf | 2008-01-30 | 1 | -0/+2 |
| | |||||
* | 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 |
| | |||||
* | 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 | -1/+1 |
| | | | | | rather then following standard syntax). | ||||
* | 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. |