PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? 2017 PHP 7.0.16
+?? ??? 2017, PHP 7.1.2
- Core:
+ . Improved GENERATOR_CREATE opcode handler. (Bob, Dmitry)
+ . Fixed bug #73877 (readlink() returns garbage for UTF-8 paths). (Anatol)
. Fixed bug #73876 (Crash when exporting **= in expansion of assign op).
- (Sara)
+ (Sara)
+ - Dom:
+ . Fixed bug #61858 (DOMAttr debug info generates E_WARNING). (Arnout Boks)
+
- GD:
. Fixed bug #73893 (A hidden danger of death cycle in a function of gd). (cmb)