From: Anatol Belski Date: Thu, 25 Aug 2016 17:43:39 +0000 (+0200) Subject: update NEWS X-Git-Tag: php-7.0.11RC1~27 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=57509fb969c1cce74dfb9dfec882b92aefd9be69;p=php update NEWS --- diff --git a/NEWS b/NEWS index 630b1c62f8..d215a2b6ce 100644 --- a/NEWS +++ b/NEWS @@ -48,6 +48,10 @@ PHP NEWS . Fixed bug #60665 (call to empty() on NULL result using PDO::FETCH_LAZY returns false). (cmb) +- PDO_DBlib: + . Implemented stringify 'uniqueidentifier' fields. + (Alexander Zhuravlev, Adam Baratz) + - PDO_pgsql: . Implemented FR #72633 (Postgres PDO lastInsertId() should work without specifying a sequence). (Pablo Santiago Sánchez, Matteo)