summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRemi Collet <remi@php.net>2018-11-20 11:20:40 +0100
committerRemi Collet <remi@php.net>2018-11-20 11:20:40 +0100
commit3ed07cc34aeeb0b90c6f1cbf7cd84a7e1b8d749a (patch)
treeeb53b2efcabf0fa6a9dfcbaceb10cc64716cf84e
parent928d7fc8dfc51309303f990f5f984e40394a4a1f (diff)
downloadphp-git-3ed07cc34aeeb0b90c6f1cbf7cd84a7e1b8d749a.tar.gz
NEWS
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index c16e726f5b..2e4bdd0b58 100644
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,9 @@ PHP NEWS
. Fixed bug #77111 (php-win.exe corrupts unicode symbols from cli
parameters). (Anatol)
+- ftp:
+ . Fixed bug #77151 (ftp_close(): SSL_read on shutdown). (Remi)
+
- iconv:
. Fixed bug #77147 (Fixing 60494 ignored ICONV_MIME_DECODE_CONTINUE_ON_ERROR).
(cmb)