From: Joe Watkins Date: Sat, 12 Nov 2016 17:46:40 +0000 (+0000) Subject: fix news X-Git-Tag: php-7.1.0~3^2~44 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=147f1f2e3bf4ec76fa98e46c6dd0104d599a35a6;p=php fix news --- 147f1f2e3bf4ec76fa98e46c6dd0104d599a35a6 diff --cc NEWS index 8aeb463c9f,4aae266ef7..29b6cce2d0 --- a/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) @@@ -43,11 -24,10 +45,12 @@@ - 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).