]> granicus.if.org Git - php/commitdiff
NEWS
authorRemi Collet <remi@php.net>
Sat, 15 Nov 2014 07:13:56 +0000 (08:13 +0100)
committerRemi Collet <remi@php.net>
Sat, 15 Nov 2014 07:13:56 +0000 (08:13 +0100)
NEWS

diff --git a/NEWS b/NEWS
index a9c44438dcac16d6c62dba7ca2a8435e677e5697..60b0dca5b5dd7b64ad8a528cae5011c229e7e998 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -6,8 +6,10 @@ PHP                                                                        NEWS
   . Fixed bug #68370 ("unset($this)" can make the program crash). (Laruence)
 
 - FPM:
+  . Fixed bug #68420 (listen=9000 listens to ipv6 localhost instead of all
+    addresses). (Remi)
   . Fixed bug #68421 (access.format='%R' doesn't log ipv6 address). (Remi)
-  . Fixed Bug #68423 (PHP-FPM will no longer load all pools). (Remi)
+  . Fixed bug #68423 (PHP-FPM will no longer load all pools). (Remi)
 
 - PDO_pgsql:
   . Fixed bug #66584 (Segmentation fault on statement deallocation) (Matteo)