]> granicus.if.org Git - php/commitdiff
update NEWS
authorAnatol Belski <ab@php.net>
Tue, 5 Apr 2016 16:21:25 +0000 (18:21 +0200)
committerAnatol Belski <ab@php.net>
Tue, 5 Apr 2016 16:21:25 +0000 (18:21 +0200)
NEWS

diff --git a/NEWS b/NEWS
index d69bc07275116224fb0ea6207d22c223a4c26589..aa6feda1ca1c5ebb83416b4834266c5751c7ff59 100644 (file)
--- 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).