summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2018-03-10 20:07:23 +0100
committerAnatol Belski <ab@php.net>2018-03-10 20:07:23 +0100
commit76fc73cbfc1961fcb78d19cc4070423a9d9d1b39 (patch)
treec8276d9c0f6da377e9d6bc73390825602dbc24ac
parent9c6df8a238c4492704d9f37d2a155cf85d704804 (diff)
downloadphp-git-76fc73cbfc1961fcb78d19cc4070423a9d9d1b39.tar.gz
[ci skip] Update NEWS
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index dc12ec1ad2..079722fbc9 100644
--- a/NEWS
+++ b/NEWS
@@ -14,6 +14,10 @@ PHP NEWS
- Opcache:
. Fixed bug #76074 (opcache corrupts variable in for-loop). (Bob)
+- Standard:
+ . Fixed bug #76068 (parse_ini_string fails to parse "[foo]\nbar=1|>baz" with
+ segfault). (Anatol)
+
01 Mar 2018, PHP 7.1.15
- Apache2Handler: