]> granicus.if.org Git - php/commitdiff
update NEWS
authorAdam Baratz <adambaratz@php.net>
Tue, 15 Nov 2016 22:44:12 +0000 (17:44 -0500)
committerAdam Baratz <adambaratz@php.net>
Tue, 15 Nov 2016 22:44:12 +0000 (17:44 -0500)
NEWS

diff --git a/NEWS b/NEWS
index d92fe5175bd26e904105aeefd3804ab28703a348..96ca0f760c1b7227ae31b27c2ce804d48f20178a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -52,10 +52,13 @@ PHP                                                                        NEWS
   . Added array input support to mb_convert_encoding(). (Yasuo)
   . Added array input support to mb_check_encoding(). (Yasuo)
 
+- PDO:
+  . Add PDOStatement::activeQueryString(). (Adam Baratz)
+
 - PDO_DBlib:
   . Fixed bug #73234 (Emulated statements let value dictate parameter type).
     (Adam Baratz)
-  . Fixed bug #73396 (bigint columns are returned as strings).
+  . Fixed bug #73396 (bigint columns are returned as strings). (Adam Baratz)
 
 - SOAP:
   . Fixed bug #69137 (Peer verification fails when using a proxy with SoapClient)