summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLior Kaplan <kaplanlior@gmail.com>2015-12-15 11:52:33 +0200
committerLior Kaplan <kaplanlior@gmail.com>2015-12-15 11:52:33 +0200
commit94f3887152dd749b63fca3e3509991bc6a50b813 (patch)
treebf94638866bc0d399017dd2ab1185bdfd5571ace
parent71e468e14149169b28439a552f5924330580acab (diff)
downloadphp-git-94f3887152dd749b63fca3e3509991bc6a50b813.tar.gz
NEWS entry for #55651
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ac60595967..699a54efe2 100644
--- a/NEWS
+++ b/NEWS
@@ -23,6 +23,10 @@ PHP NEWS
- Filter:
. Fixed bug #71063 (filter_input(INPUT_ENV, ..) does not work). (Reeze Xia)
+- FTP:
+ . Implement FR #55651 (Option to ignore the returned FTP PASV address).
+ (abrender at elitehosts dot com)
+
- Mbstring:
. Fixed bug #71066 (mb_send_mail: Program terminated with signal SIGSEGV,
Segmentation fault). (Laruence)