summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXinchen Hui <laruence@gmail.com>2018-03-13 13:00:47 +0800
committerXinchen Hui <laruence@gmail.com>2018-03-13 13:00:47 +0800
commit998a2ddc371772356aebefcda2b618d566a0f806 (patch)
tree5072c38c9153b7415245152ce5919299f2f6bef2
parent4ee9098514bcc4e56dfd9cb444283739c36cb6e3 (diff)
downloadphp-git-998a2ddc371772356aebefcda2b618d566a0f806.tar.gz
Forgot NEWS
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
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)