From: Anatol Belski Date: Thu, 25 Aug 2016 17:44:55 +0000 (+0200) Subject: update NEWS X-Git-Tag: php-7.1.0RC1~62 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9f6d2c05b49ea86c25842d9ef7d8c860a23fe7d5;p=php update NEWS --- diff --git a/NEWS b/NEWS index 74772a7270..cab8679113 100644 --- a/NEWS +++ b/NEWS @@ -24,6 +24,10 @@ PHP NEWS . Fixed bug #65732 (grapheme_*() is not Unicode compliant on CR LF sequence). (cmb) +- PDO_DBlib: + . Implemented stringify 'uniqueidentifier' fields. + (Alexander Zhuravlev, Adam Baratz) + - Reflection: . Reverted prepending \ for class names. (Trowski)