From: Anatol Belski Date: Tue, 5 Apr 2016 13:12:12 +0000 (+0200) Subject: update NEWS X-Git-Tag: php-7.0.6RC1~29 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=df8f927446a53a7b4482d663295fe9ce2d72ec62;p=php update NEWS --- diff --git a/NEWS b/NEWS index 50d90fdd69..d69bc07275 100644 --- 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)