diff options
author | Lior Kaplan <kaplanlior@gmail.com> | 2015-12-15 11:52:33 +0200 |
---|---|---|
committer | Lior Kaplan <kaplanlior@gmail.com> | 2015-12-15 11:52:33 +0200 |
commit | 94f3887152dd749b63fca3e3509991bc6a50b813 (patch) | |
tree | bf94638866bc0d399017dd2ab1185bdfd5571ace | |
parent | 71e468e14149169b28439a552f5924330580acab (diff) | |
download | php-git-94f3887152dd749b63fca3e3509991bc6a50b813.tar.gz |
NEWS entry for #55651
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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) |