summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2015-07-09 22:55:44 +0200
committerAnatol Belski <ab@php.net>2015-07-09 22:56:11 +0200
commitfc5c7e633b35f76df405471b119984fbf6354b41 (patch)
treeea610e8a613c8a30e57d02300a06562a6c24f549
parent8c3f701eebfa92d761bb368cfa8c2d1ccf821b9d (diff)
downloadphp-git-fc5c7e633b35f76df405471b119984fbf6354b41.tar.gz
refix the NEWS
-rw-r--r--NEWS6
1 files changed, 4 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index cb6f81dd86..829fd3ca20 100644
--- a/NEWS
+++ b/NEWS
@@ -115,6 +115,10 @@
- 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)
@@ -284,8 +288,6 @@
(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)