summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXinchen Hui <laruence@gmail.com>2018-05-23 14:46:18 +0800
committerXinchen Hui <laruence@gmail.com>2018-05-23 14:46:18 +0800
commita9d00be0244207d1562a1c31df84a293ff32a64f (patch)
tree1f8dc4ea305544fab1380568e479dc10f5c0fbd2
parentdc461d6f561dd7e2da0f9664afc75b740ef3dc44 (diff)
downloadphp-git-a9d00be0244207d1562a1c31df84a293ff32a64f.tar.gz
Update NEWS
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 8359ca321a..bd0705c452 100644
--- a/NEWS
+++ b/NEWS
@@ -16,6 +16,9 @@ PHP NEWS
. Fixed bug #76174 (openssl extension fails to build with LibreSSL 2.7).
(Jakub Zelenka)
+- SPL:
+ . Fixed bug #76367 (NoRewindIterator segfault 11). (Laruence)
+
- Standard:
. Fixed bug #76335 ("link(): Bad file descriptor" with non-ASCII path).
(Anatol)