]> granicus.if.org Git - php/commitdiff
update NEWS
authorAnatol Belski <ab@php.net>
Tue, 22 Dec 2015 12:18:21 +0000 (13:18 +0100)
committerAnatol Belski <ab@php.net>
Tue, 22 Dec 2015 12:18:21 +0000 (13:18 +0100)
NEWS

diff --git a/NEWS b/NEWS
index f268c1f30bc72338c87ac871441e0b02f1ff0311..cff713cef04b43ce5958f29cac937a6a5d6c1671 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,7 +2,11 @@ PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? ??? 2016 PHP 7.0.3
 
-
+- Standard:
+  . Fixed bug #71190 (substr_replace converts integers in original $search
+    array to strings). (Laruence)
+  . Fixed bug #71188 (str_replace converts integers in original $search array
+    to strings). (Laruence)
 
 ?? Jan 2016 PHP 7.0.2
 
@@ -66,12 +70,6 @@ PHP                                                                        NEWS
   . Fixed bug #71153 (Performance Degradation in ArrayIterator with large
     arrays). (Nikita)
 
-- Standard:
-  . Fixed bug #71190 (substr_replace converts integers in original $search
-    array to strings). (Laruence)
-  . Fixed bug #71188 (str_replace converts integers in original $search array
-    to strings). (Laruence)
-
 17 Dec 2015, PHP 7.0.1
 
 - Core: