diff options
author | Lior Kaplan <kaplanlior@gmail.com> | 2015-12-15 11:13:19 +0200 |
---|---|---|
committer | Lior Kaplan <kaplanlior@gmail.com> | 2015-12-15 11:13:54 +0200 |
commit | 66d1d10917b9b664e3bb6b4e4e96f9014d04b462 (patch) | |
tree | 8e044b1dc669014534f2cad7b9f302d8bba031d1 | |
parent | 90a26a4844d1acfecb3bd0842da333f8bddd45c6 (diff) | |
download | php-git-66d1d10917b9b664e3bb6b4e4e96f9014d04b462.tar.gz |
NEWS entry for #55651
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -6,6 +6,10 @@ PHP NEWS . Fixed bug #71089 (No check to duplicate zend_extension). (Remi) +- FTP: + . Implement FR #55651 (Option to ignore the returned FTP PASV address). + (abrender at elitehosts dot com) + - Opcache: . Fixed bug #71024 (Unable to use PHP 7.0 x64 side-by-side with PHP 5.6 x32 on the same server). (Anatol) |