]> granicus.if.org Git - php/commitdiff
Fixed NEWS file entry
authorJulien Pauli <jpauli@php.net>
Thu, 28 Jan 2016 11:47:53 +0000 (12:47 +0100)
committerJulien Pauli <jpauli@php.net>
Thu, 28 Jan 2016 11:47:53 +0000 (12:47 +0100)
NEWS

diff --git a/NEWS b/NEWS
index ee0e9869bd2d1acc02066564513efb6a39edd533..20f6d79e1718ea7a8bcd38dca6e376968822e966 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -394,6 +394,10 @@ PHP                                                                        NEWS
 - FPM:
   . Fixed bug #68822 (request time is reset too early). (honghu069 at 163 dot com)
 
+- JSON:
+  . Fixed bug #64695 (JSON_NUMERIC_CHECK has issues with strings that are 
+    numbers plus the letter e). (Jakub Zelenka)
+
 - ODBC:
   . Fixed bug #68964 (Allowed memory size exhausted with odbc_exec). (Anatol)
 
@@ -1017,8 +1021,6 @@ PHP                                                                        NEWS
 - JSON:
   . Fixed bug #66021 (Blank line inside empty array/object when
     JSON_PRETTY_PRINT is set). (Kevin Israel)
-  . Fixed bug #64695 (JSON_NUMERIC_CHECK has issues with strings that are 
-    numbers plus the letter e). (Jakub Zelenka)
 
 - LDAP:
   . Fixed issue with null bytes in LDAP bindings. (Matthew Daley)