summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2016-04-05 18:21:25 +0200
committerAnatol Belski <ab@php.net>2016-04-05 18:21:25 +0200
commit6ae3915eee227d88f2b9d4e17952db72e60d9c8b (patch)
treedc7906e80e8477f6ce70d19ebf91d4a61def239f
parent8a92fed5320249f64d2dce4c06c2358fa5f7c320 (diff)
downloadphp-git-6ae3915eee227d88f2b9d4e17952db72e60d9c8b.tar.gz
update NEWS
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
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).