]> granicus.if.org Git - php/commitdiff
Update NEWS
authorXinchen Hui <laruence@gmail.com>
Mon, 21 Nov 2016 03:45:49 +0000 (11:45 +0800)
committerXinchen Hui <laruence@gmail.com>
Mon, 21 Nov 2016 03:45:49 +0000 (11:45 +0800)
NEWS

diff --git a/NEWS b/NEWS
index eeb9f58ad386b556ea47dbc474eb7b1ca27f2a97..535208d4d9c01b0a992bc30eb676689a55e82535 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,13 +2,14 @@ PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? ??? 2016 PHP 7.0.14
 
-- Calendar:
-  . Fix integer overflows (Joshua Rogers)
-
 - Core:
+  . Fixed memory leak(null coalescing operator with Spl hash). (Tyson Andre)
   . Fixded bug #72736 (Slow performance when fetching large dataset with mysqli
     / PDO). (Dmitry)
 
+- Calendar:
+  . Fix integer overflows (Joshua Rogers)
+
 - Date:
   . Fixed bug #69587 (DateInterval properties and isset). (jhdxr)