summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2016-04-28 19:31:12 +0200
committerAnatol Belski <ab@php.net>2016-04-28 19:31:12 +0200
commit734a5fca2c4731e34eca551f28be9a10ffc3f3c9 (patch)
tree2e56e5492e710876a6b32a0d76238c13c2bce471
parent9e4de0cbdcb85b8835c12a62a54e1d5ab8f7927e (diff)
downloadphp-git-PHP-7.0.6.tar.gz
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index b24f14d4a8..0b64a05434 100644
--- a/NEWS
+++ b/NEWS
@@ -113,6 +113,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)