From: Anatol Belski Date: Tue, 5 Apr 2016 16:21:25 +0000 (+0200) Subject: update NEWS X-Git-Tag: php-7.0.6RC1~27 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6ae3915eee227d88f2b9d4e17952db72e60d9c8b;p=php update NEWS --- diff --git a/NEWS b/NEWS index d69bc07275..aa6feda1ca 100644 --- a/NEWS +++ b/NEWS @@ -49,6 +49,8 @@ PHP NEWS - PDO_DBlib: . Fixed bug #71943 (dblib_handle_quoter needs to allocate an extra byte). (Adam Baratz) + . Add DBLIB-specific attributes for controlling timeouts. + (Adam Baratz) - PDO_pgsql: . Fixed bug #62498 (pdo_pgsql inefficient when getColumnMeta() is used).