diff options
author | Julien Pauli <jpauli@php.net> | 2016-07-12 10:37:59 +0200 |
---|---|---|
committer | Julien Pauli <jpauli@php.net> | 2016-07-12 10:37:59 +0200 |
commit | 403f23b4607cfcaa97279217a64b0b38f15a7bb5 (patch) | |
tree | 8d66cc4828e1411aa16e73bf7ccb8bd3feb7b92f | |
parent | fb49f137ecdec2c6273ee8acf6a34ce98f503eab (diff) | |
download | php-git-403f23b4607cfcaa97279217a64b0b38f15a7bb5.tar.gz |
Updated NEWS
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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) |