1
0
mirror of https://github.com/php/php-src.git synced 2026-04-25 08:58:28 +02:00

update NEWS

This commit is contained in:
Anatol Belski
2016-04-05 15:12:12 +02:00
parent c2cb4664bc
commit df8f927446
+4
View File
@@ -50,6 +50,10 @@ PHP NEWS
. Fixed bug #71943 (dblib_handle_quoter needs to allocate an extra byte).
(Adam Baratz)
- PDO_pgsql:
. Fixed bug #62498 (pdo_pgsql inefficient when getColumnMeta() is used).
(Joseph Bylund)
- Postgres:
. Fixed bug #71820 (pg_fetch_object binds parameters before call
constructor). (Anatol)