summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2015-07-09 17:34:49 +0200
committerAnatol Belski <ab@php.net>2015-07-09 17:34:49 +0200
commitee573eba67caf67289c72b0ca81976b72a76e0b9 (patch)
tree261eac06cdd48707e48c060755a8e51624487f25
parent724e98498a3f2954e9ce2457f1c989be0ab3b552 (diff)
downloadphp-git-ee573eba67caf67289c72b0ca81976b72a76e0b9.tar.gz
fixed NEWS
-rw-r--r--NEWS6
1 files changed, 4 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index bfaf2c7a4a..de79d16cbb 100644
--- a/NEWS
+++ b/NEWS
@@ -100,6 +100,10 @@ PHP NEWS
- GD:
. Fixed bug #61221 (imagegammacorrect function loses alpha channel). (cmb)
+- JSON
+ . Fixed bug #68546 (json_decode() Fatal error: Cannot access property
+ started with '\0'). (Jakub Zelenka)
+
- mysqlnd:
. Fixed Bug #69796 (mysqli_stmt::fetch doesn't assign null values to
bound variables). (Laruence)
@@ -269,8 +273,6 @@ PHP NEWS
(JSON extension includes a problematic license statement). (Jakub Zelenka)
. Fixed bug #68938 (json_decode() decodes empty string without error).
(jeremy at bat-country dot us)
- . Fixed bug #68546 (json_decode() Fatal error: Cannot access property
- started with '\0'). (Jakub Zelenka)
- LDAP
. Fixed bug #47222 (Implement LDAP_OPT_DIAGNOSTIC_MESSAGE). (Andreas Heigl)