]> granicus.if.org Git - php/commitdiff
Forgot NEWS
authorXinchen Hui <laruence@gmail.com>
Tue, 13 Mar 2018 05:00:47 +0000 (13:00 +0800)
committerXinchen Hui <laruence@gmail.com>
Tue, 13 Mar 2018 05:00:47 +0000 (13:00 +0800)
NEWS

diff --git a/NEWS b/NEWS
index 4b27bb536305f21f56d18d7ab0865253008311e1..3bd178d419440afe9f4400e43336efd65cf646d9 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -14,6 +14,10 @@ PHP                                                                        NEWS
 - Opcache:
   . Fixed bug #76074 (opcache corrupts variable in for-loop). (Bob)
 
+- Phar:
+  . Fixed bug #76085 (Segmentation fault in buildFromIterator when directory
+    name contains a \n). (Laruence)
+
 - Standard:
   . Fixed bug #76068 (parse_ini_string fails to parse "[foo]\nbar=1|>baz" with
     segfault). (Anatol)