From: Xinchen Hui <laruence@gmail.com>
Date: Tue, 13 Mar 2018 05:00:47 +0000 (+0800)
Subject: Forgot NEWS
X-Git-Tag: php-7.2.4RC1~5^2
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=998a2ddc371772356aebefcda2b618d566a0f806;p=php

Forgot NEWS
---

diff --git a/NEWS b/NEWS
index 4b27bb5363..3bd178d419 100644
--- 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)