Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | This commit was manufactured by cvs2svn to create tagBEFORE_NEW_OUTPUT_API | SVN Migration | 2006-06-02 | 18 | -4132/+0 |
| | | | | 'BEFORE_NEW_OUTPUT_API'. | ||||
* | Fix PECL bug #7147 - rework comma insertion whilst encoding. | Omar Kilani | 2006-03-18 | 3 | -11/+39 |
| | | | | | Add tests to package.xml. | ||||
* | Mark as stable. | Omar Kilani | 2006-03-15 | 2 | -4/+4 |
| | |||||
* | - Fix issue with encoding arrays with integer keys. | Omar Kilani | 2006-03-04 | 3 | -10/+157 |
| | | | | | - Modified pass001.1.phpt to test a mix of integers and strings as keys. | ||||
* | Fix encoding of empty strings. | Omar Kilani | 2006-02-02 | 3 | -7/+25 |
| | | | | | Add empty string value test case. | ||||
* | Add some documentation to the JSON extension. | Omar Kilani | 2006-01-31 | 1 | -0/+76 |
| | |||||
* | Add tests for JSON based on tests found on json.org: | Omar Kilani | 2006-01-31 | 5 | -0/+1987 |
| | | | | | http://www.crockford.com/JSON/JSON_checker/test/ | ||||
* | - Rewritten for better performance. 3-8x faster encodes, 2-4x faster decodes. | Omar Kilani | 2006-01-31 | 12 | -288/+1286 |
| | | | | | | - No longer uses json-c, implements it's own JSON parser and encoder. - JSON parser based on Douglas Crockford's JSON_checker. | ||||
* | Remove json_c. | Omar Kilani | 2006-01-31 | 26 | -3667/+0 |
| | |||||
* | Change license from LGPL to PHP. | Omar Kilani | 2006-01-21 | 3 | -28/+34 |
| | |||||
* | 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 |
| | |||||
* | Remove config.m4 reference to json_c/config.h. | Omar Kilani | 2005-12-11 | 2 | -1/+146 |
| | | | | | Add package.xml. | ||||
* | A few cleanups. I hope you don't mind Omar. | Rasmus Lerdorf | 2005-12-07 | 3 | -55/+15 |
| | |||||
* | Add json extension to PECL. | Omar Kilani | 2005-12-06 | 32 | -0/+4433 |