summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott MacVicar <scottmac@php.net>2008-12-19 02:05:32 +0000
committerScott MacVicar <scottmac@php.net>2008-12-19 02:05:32 +0000
commitec8c4723b0c71de65365164b6fe84259320aca28 (patch)
tree24979beb0ea74538a06c1b16e39fa093d24344f3
parentfdf2d1e46f4b6bd08e600b08b8d29ac7f694d2cf (diff)
downloadphp-git-ec8c4723b0c71de65365164b6fe84259320aca28.tar.gz
BFN
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 2d23214296..c7c299a22b 100644
--- a/NEWS
+++ b/NEWS
@@ -7,6 +7,11 @@ PHP NEWS
- Deprecated session_register(), session_unregister() and
session_is_registered(). (Hannes)
+- Add json_last_error() to return any error information from json_decode().
+ (Scott)
+- Add a depth parameter to json_decode() to lower the nesting depth from the
+ maximum if required. (Scott)
+
- Fixed bug #46849 (Cloning DOMDocument doesn't clone the properties). (Rob)
- Fixed bug #46847 (phpinfo() is missing some settings). (Hannes)
- Fixed bug #46811 (ini_set() doesn't return false on failure). (Hannes)
@@ -18,6 +23,7 @@ PHP NEWS
(Derick)
- Fixed bug #45989 (json_decode() doesn't return NULL on certain
invalid strings). (magicaltux, Scott)
+- Fixed bug #45791 (json_decode() doesn't convert 0e0 to a double). (Scott)
04 Dec 2008, PHP 5.3.0 Alpha 3
- Upgraded bundled PCRE to version 7.8. (Nuno)