summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRemi Collet <remi@php.net>2018-11-20 11:19:29 +0100
committerRemi Collet <remi@php.net>2018-11-20 11:19:29 +0100
commit1adbf70e26c7d515ffb7b08248707214218089e8 (patch)
treef0e639af1b30a088b69fea2500c9a30e0c028718
parentd9afc2f662587a042db38c8f0df98a27bfc89d29 (diff)
downloadphp-git-1adbf70e26c7d515ffb7b08248707214218089e8.tar.gz
NEWS
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 900bd72fcd..52b3c1c329 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,9 @@ PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 2018, PHP 7.1.25
+- 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)