diff options
author | Julien Pauli <jpauli@php.net> | 2016-07-12 11:26:59 +0200 |
---|---|---|
committer | Julien Pauli <jpauli@php.net> | 2016-07-12 11:28:11 +0200 |
commit | 7b248ed58fc9aec405abc8fc40b78635330489fb (patch) | |
tree | 19fc59ebcfbac6981a9fd42133ad33ccc880384d | |
parent | 1a7e39a469ebb5c6fd3c4341205bb1f871b086f0 (diff) | |
download | php-git-7b248ed58fc9aec405abc8fc40b78635330489fb.tar.gz |
Updated NEWS
-rw-r--r-- | NEWS | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -21,12 +21,20 @@ 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) + - Mbstring: . Deprecated mb_ereg_replace() eval option. (Rouven Weßling, cmb) - MCrypt: . Deprecated ext/mcrypt. (Scott Arciszewski, cmb) +- PDO: + . Fixed bug #52384 (Adds bound parameter value to PDOStatement::debugDumpParams). + (bishopb) + - PDO_pgsql: . Fixed bug #70313 (PDO statement fails to throw exception). (Matteo) . Fixed bug #72570 (Segmentation fault when binding parameters on a query |