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).