summaryrefslogtreecommitdiff
path: root/ext/json/php_json.h
Commit message (Collapse)AuthorAgeFilesLines
...
* Bump yearXinchen Hui2014-01-031-1/+1
|
* Happy New YearXinchen Hui2013-01-011-1/+1
|
* Add optional depth parameter to json_encode #62369Florian Anderiasch2012-07-241-0/+1
|
* Merge branch 'PHP-5.3' into PHP-5.4Nikita Popov2012-06-231-0/+1
|\ | | | | | | | | | | | | | | | | * PHP-5.3: Improve json_encode error handling - BFN Conflicts: ext/json/json.c
| * Fix bug #61537 (json_encode() incorrectly truncates/discards information) andAdam Harvey2012-04-111-0/+1
| | | | | | | | remove a test case that's now mooted by this fix.
| * - Year++Felipe Pena2012-01-011-1/+1
| |
| * - Year++Felipe Pena2011-01-011-1/+1
| |
| * Added support for JSON_NUMERIC_CHECK option in json_encode() that converts Ilia Alshanetsky2010-05-201-0/+10
| | | | | | | | | | | | numeric strings to integers.
* | Revert "Fix bug #61537 (json_encode() incorrectly truncates/discards ↵Stanislav Malyshev2012-05-011-1/+0
| | | | | | | | | | | | | | | | information) and" This reverts commit cb2a1c71c96d7c9b2ee03d77beae0c8e0d385f1b. The fix is not correct, not fixed after discussion on github. Please fix the issues and reapply the patch
* | Fix bug #61537 (json_encode() incorrectly truncates/discards information) andAdam Harvey2012-04-111-0/+1
| | | | | | | | remove a test case that's now mooted by this fix.
* | - Year++Felipe Pena2012-01-011-1/+1
| |
* | Add unescaped Unicode encoding to json_encode(). Closes bug #53946. Patch by ↵Gwynne Raskind2011-08-291-0/+1
| | | | | | | | Irker and Gwynne.
* | - Year++Felipe Pena2011-01-011-1/+1
| |
* | Implement FR #44331 (Formatting option for json_encode). Bikeshedding about theAdam Harvey2010-09-161-0/+2
| | | | | | | | | | | | exact form of the JSON pretty printing and brace handling will only be accepted in the form of patches. ;)
* | Implemented FR #49366 (Make slash escaping optional in json_encode()).Adam Harvey2010-09-161-0/+1
| |
* | Ooops, return values...Sara Golemon2010-05-211-1/+1
| |
* | Add JSON_BIGINT_AS_STRING for json_decode() to parse large numbersSara Golemon2010-05-211-3/+16
| | | | | | | | | | as strings rather than casting to double and loosing precision.
* | Added support for JSON_NUMERIC_CHECK option in json_encode() that converts Ilia Alshanetsky2010-05-201-0/+10
| | | | | | | | | | | | numeric strings to integers.
* | Add JSON_Serializable interfaceSara Golemon2010-05-051-0/+1
|/ | | | | | | | Objects implementing JSON_Serializable will have their ->jsonSerialize() method called Similar to serialize() and __sleep()
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
|
* fix json shared build on WindowsStanislav Malyshev2009-06-301-2/+8
|
* Fix the build.Andrei Zmievski2009-05-311-0/+1
|
* Expose encode/decode API.Andrei Zmievski2009-05-311-0/+3
|
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
|
* MFH 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]
* MFH: unused stuffJani Taskinen2008-07-221-7/+0
|
* remove unused PHP_EXTNAME_API macros.Nuno Lopes2008-01-031-6/+0
| | | | | #in preparation for the gcc 4 visibility patch
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
|
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
|
* move static declaration to *.c filesNuno Lopes2006-08-141-5/+0
| | | | | mroe static/const keywording
* This commit was manufactured by cvs2svn to create branch 'PHP_5_2'.SVN Migration2006-05-051-0/+60