Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
| | |||||
* | - This is PHP 6 - if this ... ever gets out | Marcus Boerger | 2009-03-10 | 1 | -1/+1 |
| | |||||
* | Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| | |||||
* | Add json_last_error() for getting a bit of information about what failed ↵ | Scott MacVicar | 2008-12-19 | 1 | -0/+10 |
| | | | | | | | during a decode, also fixes a segfault when we have [1} [DOC] | ||||
* | MFB: sync | Jani Taskinen | 2008-07-22 | 1 | -5/+0 |
| | |||||
* | 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 | 1 | -1/+1 |
| | |||||
* | Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
| | |||||
* | fix folding tags, nuke json globals | Antony Dovgal | 2006-10-19 | 1 | -7/+0 |
| | |||||
* | Fix PECL bug #7147 - rework comma insertion whilst encoding. | Omar Kilani | 2006-03-18 | 1 | -1/+1 |
| | | | | | Add tests to package.xml. | ||||
* | Mark as stable. | Omar Kilani | 2006-03-15 | 1 | -1/+1 |
| | |||||
* | - Fix issue with encoding arrays with integer keys. | Omar Kilani | 2006-03-04 | 1 | -1/+1 |
| | | | | | - Modified pass001.1.phpt to test a mix of integers and strings as keys. | ||||
* | Fix encoding of empty strings. | Omar Kilani | 2006-02-02 | 1 | -1/+1 |
| | | | | | Add empty string value test case. | ||||
* | - Rewritten for better performance. 3-8x faster encodes, 2-4x faster decodes. | Omar Kilani | 2006-01-31 | 1 | -3/+3 |
| | | | | | | - No longer uses json-c, implements it's own JSON parser and encoder. - JSON parser based on Douglas Crockford's JSON_checker. | ||||
* | Change license from LGPL to PHP. | Omar Kilani | 2006-01-21 | 1 | -14/+17 |
| | |||||
* | A few cleanups. I hope you don't mind Omar. | Rasmus Lerdorf | 2005-12-07 | 1 | -4/+0 |
| | |||||
* | Add json extension to PECL. | Omar Kilani | 2005-12-06 | 1 | -0/+61 |