1
0
mirror of https://github.com/php/php-src.git synced 2026-04-13 19:14:16 +02:00

update NEWS

This commit is contained in:
Anatol Belski
2016-04-28 19:46:15 +02:00
parent d851e8389c
commit 67b5d647dd

2
NEWS
View File

@@ -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)