From: Adam Baratz Date: Fri, 23 Sep 2016 21:53:58 +0000 (-0400) Subject: update NEWS X-Git-Tag: php-7.2.0alpha1~1232^2~42 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fdbc673f8cf8d81847f3eb11e1e7520c77ed09d8;p=php update NEWS --- diff --git a/NEWS b/NEWS index fba9c1c4b2..8ddf4cee6d 100644 --- a/NEWS +++ b/NEWS @@ -33,5 +33,16 @@ PHP NEWS . Added array input support to mb_convert_encoding(). (Yasuo) . Added array input support to mb_check_encoding(). (Yasuo) +- PDO_DBlib: + . Fixed bug #72414 (Never quote values as raw binary data). (Adam Baratz) + . Allow \PDO::setAttribute() to set query timeouts. (Adam Baratz) + . Handle SQLDECIMAL/SQLNUMERIC types, which are used by later TDS versions. + (Adam Baratz) + . Add common PDO test suite. (Adam Baratz) + . Free error and message strings when cleaning up PDO instances. + (Adam Baratz) + . Fixed bug #67130 (\PDOStatement::nextRowset() should succeed when all rows + in current rowset haven't been fetched). (Peter LeBrun) + <<< NOTE: Insert NEWS from last stable release here prior to actual release! >>>