From: Yasuo Ohgaki Date: Tue, 18 Oct 2016 00:28:08 +0000 (+0900) Subject: Update NEWS X-Git-Tag: php-7.1.0RC5~31 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=14beea9a36f0d2e1ce4617ff52101dc77fcc6fd1;p=php Update NEWS --- diff --git a/NEWS b/NEWS index 8de5a5e9d1..f16fc913cf 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,9 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? ????, PHP 7.1.0RC5 +- Core: + . Fixed bug #73215 (uniqid() should use better random source). (Yasuo) + - SQLite3: . Fixed bug #73333 (2147483647 is fetched as string). (cmb)