summaryrefslogtreecommitdiff
path: root/ext/json/php_json.h
Commit message (Collapse)AuthorAgeFilesLines
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
|
* - This is PHP 6 - if this ... ever gets outMarcus Boerger2009-03-101-1/+1
|
* Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
|
* Add json_last_error() for getting a bit of information about what failed ↵Scott MacVicar2008-12-191-0/+10
| | | | | | | during a decode, also fixes a segfault when we have [1} [DOC]
* MFB: syncJani Taskinen2008-07-221-5/+0
|
* MFB: remove unused PHP_EXTNAME_API macros.Nuno Lopes2008-01-031-6/+0
| | | | | #in preparation for the gcc 4 visibility patch
* Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
|
* Bump year.Sebastian Bergmann2007-01-011-1/+1
|
* fix folding tags, nuke json globalsAntony Dovgal2006-10-191-7/+0
|
* Fix PECL bug #7147 - rework comma insertion whilst encoding.Omar Kilani2006-03-181-1/+1
| | | | | Add tests to package.xml.
* Mark as stable.Omar Kilani2006-03-151-1/+1
|
* - Fix issue with encoding arrays with integer keys.Omar Kilani2006-03-041-1/+1
| | | | | - Modified pass001.1.phpt to test a mix of integers and strings as keys.
* Fix encoding of empty strings.Omar Kilani2006-02-021-1/+1
| | | | | Add empty string value test case.
* - Rewritten for better performance. 3-8x faster encodes, 2-4x faster decodes.Omar Kilani2006-01-311-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 Kilani2006-01-211-14/+17
|
* A few cleanups. I hope you don't mind Omar.Rasmus Lerdorf2005-12-071-4/+0
|
* Add json extension to PECL.Omar Kilani2005-12-061-0/+61