]> granicus.if.org Git - php/commitdiff
fix NEWS
authorAnatol Belski <ab@php.net>
Wed, 8 Jul 2015 10:50:40 +0000 (12:50 +0200)
committerAnatol Belski <ab@php.net>
Wed, 8 Jul 2015 11:27:34 +0000 (13:27 +0200)
NEWS

diff --git a/NEWS b/NEWS
index 53828b0e817e8597f0452150d359012c06529adc..6a8826cbcdbeb7e292d89f6e18ba74c774bef581 100644 (file)
--- a/NEWS
+++ b/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)
     (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)