1
0
mirror of https://github.com/php/php-src.git synced 2026-04-03 22:22:18 +02:00

update NEWS

This commit is contained in:
Anatol Belski
2016-04-05 18:21:25 +02:00
parent 8a92fed532
commit 6ae3915eee

2
NEWS
View File

@@ -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).