diff options
author | Julien Pauli <jpauli@php.net> | 2016-07-12 10:38:40 +0200 |
---|---|---|
committer | Julien Pauli <jpauli@php.net> | 2016-07-12 10:38:40 +0200 |
commit | 932191a6ed93ec2f10c78a866775f6fc750fad96 (patch) | |
tree | bcb0938d35686ac13a7a20dd107ef95872c8b63d | |
parent | 3c356aa7cb6cdb0b4ff00de481a99133fe1896b4 (diff) | |
download | php-git-932191a6ed93ec2f10c78a866775f6fc750fad96.tar.gz |
Updated NEWS
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -17,6 +17,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) . Fixed bug #72570 (Segmentation fault when binding parameters on a query |