From: Yasuo Ohgaki Date: Tue, 18 Oct 2016 00:28:18 +0000 (+0900) Subject: Update NEWS X-Git-Tag: php-7.0.13RC1~16 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=10a075fbd5edd784650e66c893c9037ee4290553;p=php Update NEWS --- diff --git a/NEWS b/NEWS index 1136fc0370..12350672af 100644 --- a/NEWS +++ b/NEWS @@ -9,6 +9,7 @@ PHP NEWS name to namespace). (Nikita) . Fixed bug #66862 ((Sub-)Namespaces unexpected behaviour). (Nikita) . Fix pthreads detection when cross-compiling (ffontaine) + . Fixed bug #73215 (uniqid() should use better random source). (Yasuo) - GD: . Fixed bug #73213 (Integer overflow in imageline() with antialiasing). (cmb)