diff options
author | Matteo Beccati <mbeccati@php.net> | 2015-01-18 09:13:02 +0100 |
---|---|---|
committer | Matteo Beccati <mbeccati@php.net> | 2015-01-18 09:13:02 +0100 |
commit | 6de149e47c1e9050fef39640e2da8a230fda76cf (patch) | |
tree | e5c772e25919deff462500f0bb12aad0a3dbb8c4 | |
parent | b118d7b697ba310989aeadcd9569e658db8d44f5 (diff) | |
download | php-git-6de149e47c1e9050fef39640e2da8a230fda76cf.tar.gz |
Updated NEWS for #68371
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -87,6 +87,10 @@ - pgsql: . Fixed bug #68697 (lo_export return -1 on failure). (Ondřej Surý) +- PDO: + . Fixed bug #68371 (PDO#getAttribute() cannot be called with platform-specifi + attribute names). (Matteo) + - PDO_mysql: . Fixed bug #68424 (Add new PDO mysql connection attr to control multi statements option). (peter dot wolanin at acquia dot com) |