]> granicus.if.org Git - php/commitdiff
news entry for #2166, fix news
authorJoe Watkins <krakjoe@php.net>
Sat, 12 Nov 2016 17:45:16 +0000 (17:45 +0000)
committerJoe Watkins <krakjoe@php.net>
Sat, 12 Nov 2016 17:53:28 +0000 (17:53 +0000)
NEWS

diff --git a/NEWS b/NEWS
index e02f987b8d451c6325f62cf46991061ffa7241ea..754def9ac0de2af38e48f2e393b76cf63a979dec 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -5,50 +5,6 @@ PHP                                                                        NEWS
 - Calendar:
   . Fix integer overflows (Joshua Rogers)
 
-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)
-
-- ODBC:
-  . Fixed bug #73448 (odbc_errormsg returns trash, always 513 bytes).
-    (Anatol)
-
-- PCRE:
-  . Fixed bug #73392 (A use-after-free in zend allocator management). 
-    (Laruence)
-
-- PDO_Firebird:
-  . Fixed bug #73087, #61183, #71494 (Memory corruption in bindParam).
-    (Dorin Marcoci)
-
-- 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
->>>>>>> PHP-7.1
-
 - Core:
   . Removed the sql.safe_mode directive. (Kalle)
   . Removed support for Netware. (Kalle)
@@ -102,6 +58,8 @@ PHP                                                                        NEWS
 
 - XML:
   . Moved utf8_encode() and utf8_decode() to the Standard extension. (Andrea)
+- XML:
+  . Fixed bug #72135 (malformed XML causes fault) (edgarsandi)
 
 - XMLRPC:
   . Use Zend MM for allocation in bundled libxmlrpc (Joe)