]> granicus.if.org Git - php/commitdiff
Updated NEWS
authorJulien Pauli <jpauli@php.net>
Tue, 12 Jul 2016 08:37:59 +0000 (10:37 +0200)
committerJulien Pauli <jpauli@php.net>
Tue, 12 Jul 2016 08:37:59 +0000 (10:37 +0200)
NEWS

diff --git a/NEWS b/NEWS
index 3fa666e3b5856184df7f21732b52bb0d457ac4d1..cd70b32ca59a0d94a7771bddacf90a6dddd27fda 100644 (file)
--- 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)