summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatteo Beccati <mbeccati@php.net>2015-01-05 11:01:54 +0100
committerMatteo Beccati <mbeccati@php.net>2015-01-05 11:01:54 +0100
commit4a9ad2faffb4629ee5e85bcbdf6669cfa45c7324 (patch)
tree40f827b44718e4958c0a0bc34d38f06c5adbf843
parent7d2f8525d8ec1612ad3999076e291e734fcb0568 (diff)
downloadphp-git-4a9ad2faffb4629ee5e85bcbdf6669cfa45c7324.tar.gz
Updated NEWS for #68371
-rw-r--r--NEWS6
1 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 4879a9e221..5857b40aff 100644
--- a/NEWS
+++ b/NEWS
@@ -60,7 +60,11 @@ PHP NEWS
- pgsql:
. Fixed bug #68697 (lo_export return -1 on failure). (Ondřej Surý)
-- PDO_mysql
+- PDO:
+ . Fixed bug #68371 (PDO#getAttribute() cannot be called with platform-specific
+ 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)