From: Julien Pauli Date: Tue, 12 Jul 2016 08:37:59 +0000 (+0200) Subject: Updated NEWS X-Git-Tag: php-7.1.0beta1~99^2~1^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=403f23b4607cfcaa97279217a64b0b38f15a7bb5;p=php Updated NEWS --- diff --git a/NEWS b/NEWS index 3fa666e3b5..cd70b32ca5 100644 --- a/NEWS +++ b/NEWS @@ -19,6 +19,10 @@ PHP NEWS . Fixed bug #71745 (FILTER_FLAG_NO_RES_RANGE does not cover whole 127.0.0.0/8 range). (bugs dot php dot net at majkl578 dot cz) +- FPM: + . Fixed bug #72575 (using --allow-to-run-as-root should ignore missing user). + (gooh) + - PDO_pgsql: . Fixed bug #70313 (PDO statement fails to throw exception). (Matteo)