+2008-12-19 Scott MacVicar <scott@macvicar.net>
+
+ * (PHP_5_2)
+ NEWS
+ ext/json/JSON_parser.c
+ ext/json/tests/001.phpt:
+ MFH: Invalid string causes segfault within json_decode()
+
+ * (PHP_5_3)
+ NEWS:
+ BFN
+
+ * ext/json/JSON_parser.c
+ ext/json/JSON_parser.h
+ ext/json/json.c
+ ext/json/php_json.h
+ ext/json/tests/007.phpt:
+ 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]
+
+ * (PHP_5_3)
+ ext/json/JSON_parser.c
+ ext/json/JSON_parser.h
+ ext/json/json.c
+ ext/json/php_json.h
+ ext/json/tests/007.phpt
+ ext/json/tests/007.phpt:
+ MFH 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]
+
2008-12-18 Pierre-Alain Joye <pierre.dev@gmail.com>
* (PHP_5_3)