summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFerenc Kovacs <tyrael@php.net>2014-10-03 11:39:53 +0200
committerFerenc Kovacs <tyrael@php.net>2014-10-03 11:39:53 +0200
commit79e05bf5578f09bb26e4a8826eb94f7f4601d4f6 (patch)
tree9e002a97304ca463927f854d23a8205b174bb7eb
parent200e407b24979384b369be9ce1715f1c2b63bef9 (diff)
downloadphp-git-79e05bf5578f09bb26e4a8826eb94f7f4601d4f6.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 bcd53296b0..7a79da32fd 100644
--- a/NEWS
+++ b/NEWS
@@ -12,6 +12,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)