]> granicus.if.org Git - php/commit
Add json_last_error() for getting a bit of information about what failed during a...
authorScott MacVicar <scottmac@php.net>
Fri, 19 Dec 2008 02:00:59 +0000 (02:00 +0000)
committerScott MacVicar <scottmac@php.net>
Fri, 19 Dec 2008 02:00:59 +0000 (02:00 +0000)
commitb0b32deb12340b2ed1b0bdf6b2cae164590db6b5
tree1a135e5d677191656212f82edaaa199d4846105a
parent27fc14abdca6687fc00613d6f02064f3391b3193
Add json_last_error() for getting a bit of information about what failed during a decode, also fixes a segfault when we have [1}
[DOC]
ext/json/JSON_parser.c
ext/json/JSON_parser.h
ext/json/json.c
ext/json/php_json.h
ext/json/tests/007.phpt [new file with mode: 0644]