summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYasuo Ohgaki <yohgaki@php.net>2016-10-18 09:28:18 +0900
committerYasuo Ohgaki <yohgaki@php.net>2016-10-18 09:28:18 +0900
commit10a075fbd5edd784650e66c893c9037ee4290553 (patch)
tree3f4db313f72a6e8a09c1d47785740afa2ac7a38b
parent48f1a17886d874dc90867c669481804de90509e8 (diff)
downloadphp-git-10a075fbd5edd784650e66c893c9037ee4290553.tar.gz
Update NEWS
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
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)