Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | This commit was manufactured by cvs2svn to create tagBEFORE_NEW_OUTPUT_API | SVN Migration | 2006-06-02 | 1 | -449/+0 |
| | | | | 'BEFORE_NEW_OUTPUT_API'. | ||||
* | Fix PECL bug #7147 - rework comma insertion whilst encoding. | Omar Kilani | 2006-03-18 | 1 | -7/+19 |
| | | | | | Add tests to package.xml. | ||||
* | - Fix issue with encoding arrays with integer keys. | Omar Kilani | 2006-03-04 | 1 | -0/+4 |
| | | | | | - 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 | -0/+7 |
| | | | | | Add empty string value test case. | ||||
* | - Rewritten for better performance. 3-8x faster encodes, 2-4x faster decodes. | Omar Kilani | 2006-01-31 | 1 | -152/+221 |
| | | | | | | - 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 | -13/+16 |
| | |||||
* | Don't leak a json_object on a decode error. | Omar Kilani | 2006-01-12 | 1 | -0/+1 |
| | |||||
* | Fixed ZTS build | Edin Kadribasic | 2005-12-11 | 1 | -4/+4 |
| | |||||
* | A few cleanups. I hope you don't mind Omar. | Rasmus Lerdorf | 2005-12-07 | 1 | -50/+15 |
| | |||||
* | Add json extension to PECL. | Omar Kilani | 2005-12-06 | 1 | -0/+388 |