summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFerenc Kovacs <tyrael@php.net>2014-10-03 11:38:32 +0200
committerFerenc Kovacs <tyrael@php.net>2014-10-03 11:38:32 +0200
commit25e65a7599893783e86ac4711f8ca3a3b7c84063 (patch)
treed83c6c04be8f758442b19a6f3675ac32f60d399e
parent15ba757a2b7c6810bc23ac9e158a7b901232b2aa (diff)
downloadphp-git-25e65a7599893783e86ac4711f8ca3a3b7c84063.tar.gz
NEWS entry for previous commit
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 66474514f1..d4f6c3e9fb 100644
--- a/NEWS
+++ b/NEWS
@@ -17,6 +17,8 @@ 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)
- Reflection:
. Fixed bug #68103 (Duplicate entry in Reflection for class alias). (Remi)