diff options
author | Anatol Belski <ab@php.net> | 2016-04-28 19:46:15 +0200 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2016-04-28 19:46:15 +0200 |
commit | 67b5d647dddebc04fd0981764241fb389ee9de28 (patch) | |
tree | 37b3fd54008efd98f2c063a03996d2bc1f1d0369 | |
parent | d851e8389cf54de396cf7314a77724d45a8a9ff4 (diff) | |
download | php-git-67b5d647dddebc04fd0981764241fb389ee9de28.tar.gz |
update NEWS
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |