From: Anatol Belski Date: Mon, 4 Apr 2016 15:42:06 +0000 (+0200) Subject: update NEWS X-Git-Tag: php-7.0.6RC1~37 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d2948d4b71cefe31b686e6354ba06cc675537e78;p=php update NEWS --- diff --git a/NEWS b/NEWS index 39b2150543..44979e8dbf 100644 --- a/NEWS +++ b/NEWS @@ -40,6 +40,10 @@ PHP NEWS . Fixed bug #52098 (Own PDOStatement implementation ignore __call()). (Daniel kalaspuffar, Julien) +- PDO_DBlib: + . Fixed bug #71943 (dblib_handle_quoter needs to allocate an extra byte). + (Adam Baratz) + - Postgres: . Fixed bug #71820 (pg_fetch_object binds parameters before call constructor). (Anatol)