summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXinchen Hui <laruence@gmail.com>2018-03-13 13:01:33 +0800
committerXinchen Hui <laruence@gmail.com>2018-03-13 13:01:33 +0800
commit98fe858275af3cf780ee6ae79acd9cddd92b5460 (patch)
tree8fc36adc529caa18ffc8f33ccb127f521959f4c2
parent8e576e5abc839556449dcb8dc37c9f9fad46f849 (diff)
downloadphp-git-98fe858275af3cf780ee6ae79acd9cddd92b5460.tar.gz
Forgot NEWs
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 94bcad1736..1484aabd98 100644
--- a/NEWS
+++ b/NEWS
@@ -33,6 +33,10 @@ PHP NEWS
. Fixed bug #75873 (pcntl_wexitstatus returns incorrect on Big_Endian platform
(s390x)). (Sam Ding)
+- Phar:
+ . Fixed bug #76085 (Segmentation fault in buildFromIterator when directory
+ name contains a \n). (Laruence)
+
- Standard:
. Fixed bug #75961 (Strange references behavior). (Laruence)
. Fixed some arginfos. (carusogabriel)