diff options
author | Pierrick Charron <pierrick@php.net> | 2016-07-27 17:52:05 -0400 |
---|---|---|
committer | Pierrick Charron <pierrick@php.net> | 2016-07-27 17:52:05 -0400 |
commit | ed16f2fed526df9bac870605db5a4e602b78a579 (patch) | |
tree | 80f6489f352a22cfedd0a825036c8e6948712cdd | |
parent | 315c0536c20619478fc548b782132cd65286018f (diff) | |
download | php-git-ed16f2fed526df9bac870605db5a4e602b78a579.tar.gz |
Update NEWS
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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) |