From 41983a1716b82e2d0282ea56a114106314044fe4 Mon Sep 17 00:00:00 2001 From: Adam Baratz Date: Tue, 15 Nov 2016 17:44:12 -0500 Subject: [PATCH] update NEWS --- NEWS | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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) -- 2.40.0