summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Pauli <jpauli@php.net>2016-07-12 10:37:59 +0200
committerJulien Pauli <jpauli@php.net>2016-07-12 10:37:59 +0200
commit403f23b4607cfcaa97279217a64b0b38f15a7bb5 (patch)
tree8d66cc4828e1411aa16e73bf7ccb8bd3feb7b92f
parentfb49f137ecdec2c6273ee8acf6a34ce98f503eab (diff)
downloadphp-git-403f23b4607cfcaa97279217a64b0b38f15a7bb5.tar.gz
Updated NEWS
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
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)