]> granicus.if.org Git - php/commitdiff
fix news
authorJoe Watkins <krakjoe@php.net>
Sat, 12 Nov 2016 17:46:40 +0000 (17:46 +0000)
committerJoe Watkins <krakjoe@php.net>
Sat, 12 Nov 2016 17:46:40 +0000 (17:46 +0000)
1  2 
NEWS

diff --cc NEWS
index 8aeb463c9fb39dbd49eaef287adb05787b0595ad,4aae266ef7740033029b6a610add77e00aaae103..29b6cce2d03d0e5ad241bcd52fb9de94e5e7642b
--- 1/NEWS
--- 2/NEWS
+++ b/NEWS
@@@ -1,13 -1,10 +1,15 @@@
  PHP                                                                        NEWS
  |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 -?? ??? 2016 PHP 7.0.14
 +?? ??? ????, PHP 7.1
  
- 10 Nov 2016, PHP 7.1.0RC6
  - Calendar:
    . Fix integer overflows (Joshua Rogers)
  
++- XML:
++  . Fixed bug #72135 (malformed XML causes fault) (edgarsandi)
++
++10 Nov 2016, PHP 7.1.0RC6
++
  - Core:
    . Fixded bug #72736 (Slow performance when fetching large dataset with mysqli
      / PDO). (Dmitry)
  - SPL:
    . Fixed bug #73423 (Reproducible crash with GDB backtrace). (Laruence)
  
 -- XML:
 -  . Fixed bug #72135 (malformed XML causes fault) (edgarsandi)
 +- Wddx:
 +  . Fixed bug #73331 (NULL Pointer Dereference in WDDX Packet Deserialization
 +    with PDORow). (Stas)
  
 -10 Nov 2016 PHP 7.0.13
 +27 Oct 2016, PHP 7.1.0RC5
++=======
  
  - Core:
    . Fixed bug #73350 (Exception::__toString() cause circular references).