From: Remi Collet Date: Sat, 15 Nov 2014 07:13:56 +0000 (+0100) Subject: NEWS X-Git-Tag: php-5.5.20RC1~37^2~23 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=69b9381901e8ab9372ef034a54833461c9e7bb76;p=php NEWS --- diff --git a/NEWS b/NEWS index a9c44438dc..60b0dca5b5 100644 --- 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)