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

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