]> granicus.if.org Git - php/commitdiff
Updated NEWS for #68371
authorMatteo Beccati <mbeccati@php.net>
Mon, 5 Jan 2015 10:01:54 +0000 (11:01 +0100)
committerMatteo Beccati <mbeccati@php.net>
Mon, 5 Jan 2015 10:01:54 +0000 (11:01 +0100)
NEWS

diff --git a/NEWS b/NEWS
index 4879a9e221a3801947be414fd09fb7fa6a24e741..5857b40aff9cd2a26a3e4f54de53446c130d63f8 100644 (file)
--- 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)