summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS6
1 files changed, 4 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 8ccb3285fb..9ddaef581f 100644
--- a/NEWS
+++ b/NEWS
@@ -237,6 +237,10 @@ PHP NEWS
. Fixed bug #68283 (fileinfo: out-of-bounds read in elf note headers).
(CVE-2014-3710) (Remi)
+- FPM:
+ . Implemented FR #55508 (listen and listen.allowed_clients should take IPv6
+ addresses). (Robin Gloster)
+
- GD:
. Fixed bug #65171 (imagescale() fails without height param). (Remi)
@@ -278,8 +282,6 @@ PHP NEWS
- FPM:
. Fixed bug #65641 (PHP-FPM incorrectly defines the SCRIPT_NAME variable
when using Apache, mod_proxy-fcgi and ProxyPass). (Remi)
- . Implemented FR #55508 (listen and listen.allowed_clients should take IPv6
- addresses). (Robin Gloster)
- OpenSSL:
. Revert regression introduced by fix of bug #41631