summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2015-12-22 13:18:21 +0100
committerAnatol Belski <ab@php.net>2015-12-22 13:18:21 +0100
commita3e37e0818220a450dd2915c31df47a9fa08c6bb (patch)
treedd13b0f0da4addfe5f52589c90ce5b27faf39ca6
parent84530360a0a1c73429ba1b85a6baeb72015cecfc (diff)
downloadphp-git-a3e37e0818220a450dd2915c31df47a9fa08c6bb.tar.gz
update NEWS
-rw-r--r--NEWS12
1 files changed, 5 insertions, 7 deletions
diff --git a/NEWS b/NEWS
index f268c1f30b..cff713cef0 100644
--- 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: