summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2016-04-28 19:46:15 +0200
committerAnatol Belski <ab@php.net>2016-04-28 19:46:15 +0200
commit67b5d647dddebc04fd0981764241fb389ee9de28 (patch)
tree37b3fd54008efd98f2c063a03996d2bc1f1d0369
parentd851e8389cf54de396cf7314a77724d45a8a9ff4 (diff)
downloadphp-git-67b5d647dddebc04fd0981764241fb389ee9de28.tar.gz
update NEWS
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 9391ec6cba..177542410b 100644
--- a/NEWS
+++ b/NEWS
@@ -51,7 +51,6 @@ PHP NEWS
(Laruence)
. Fixed bug #72031 (array_column() against an array of objects discards all
values matching null). (Nikita)
- . Fixed bug #72116 (array_fill optimization breaks implementation). (Bob)
28 Apr 2016 PHP 7.0.6
@@ -166,6 +165,7 @@ PHP NEWS
. Fixed bug #71827 (substr_replace bug, string length). (krakjoe)
. Fixed bug #67512 (php_crypt() crashes if crypt_r() does not exist or
_REENTRANT is not defined). (Nikita)
+ . Fixed bug #72116 (array_fill optimization breaks implementation). (Bob)
- XML:
. Fixed bug #72099 (xml_parse_into_struct segmentation fault). (Stas)