]> granicus.if.org Git - php/commitdiff
belated news entries
authorJoe Watkins <krakjoe@php.net>
Thu, 10 Nov 2016 17:11:24 +0000 (17:11 +0000)
committerJoe Watkins <krakjoe@php.net>
Thu, 10 Nov 2016 17:11:24 +0000 (17:11 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 24e2931d12f094b808df5367a75703208b0a4fff..798897da5d7728d0c1bc4044e57610c353290a5e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,15 +1,26 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? ????, PHP 7.1.0RC6
+?? ??? ????, PHP 7.1
+
+
+10 Nov 2016, PHP 7.1.0RC6
 
 - Core:
   . Fixded bug #72736 (Slow performance when fetching large dataset with mysqli
     / PDO). (Dmitry)
+  . Fixed bug #72482 (Ilegal write/read access caused by gdImageAALine
+    overflow). (cmb)
+  . Fixed bug #72696 (imagefilltoborder stackoverflow on truecolor images).
+    (cmb)
 
 - Date:
   . Fixed bug #73426 (createFromFormat with 'z' format char results in
     incorrect time). (Derick)
 
+- IMAP:
+  . Fixed bug #73418 (Integer Overflow in "_php_imap_mail" leads to crash).
+    (Anatol)
+
 - JSON:
   . Introduced encoder struct instead of global which fixes bugs #66025 and
     #73254 related to pretty print indentation. (Jakub Zelenka)
@@ -29,6 +40,10 @@ PHP                                                                        NEWS
 - SPL:
   . Fixed bug #73423 (Reproducible crash with GDB backtrace). (Laruence)
 
+- Wddx:
+  . Fixed bug #73331 (NULL Pointer Dereference in WDDX Packet Deserialization
+    with PDORow). (Stas)
+
 27 Oct 2016, PHP 7.1.0RC5
 
 - Core: