summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierrick Charron <pierrick@php.net>2016-07-27 17:52:05 -0400
committerPierrick Charron <pierrick@php.net>2016-07-27 17:52:05 -0400
commited16f2fed526df9bac870605db5a4e602b78a579 (patch)
tree80f6489f352a22cfedd0a825036c8e6948712cdd
parent315c0536c20619478fc548b782132cd65286018f (diff)
downloadphp-git-ed16f2fed526df9bac870605db5a4e602b78a579.tar.gz
Update NEWS
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 204defd4bb..04f89c409a 100644
--- a/NEWS
+++ b/NEWS
@@ -56,6 +56,9 @@ PHP NEWS
. Fixed bug #72330 (CSV fields incorrectly split if escape char followed by
UTF chars). (cmb)
+- SPL:
+ . Fixed bug #72684 (AppendIterator segfault with closed generator). (Pierrick)
+
- Streams:
. Fixed bug #41021 (Problems with the ftps wrapper). (vhuk)
. Fixed bug #54431 (opendir() does not work with ftps:// wrapper). (vhuk)