From: Adam Baratz Date: Tue, 15 Nov 2016 22:44:12 +0000 (-0500) Subject: update NEWS X-Git-Tag: php-7.2.0alpha1~928 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=41983a1716b82e2d0282ea56a114106314044fe4;p=php update NEWS --- diff --git a/NEWS b/NEWS index d92fe5175b..96ca0f760c 100644 --- 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)