* PHP-7.0:
Fix #73893: A hidden danger of death cycle in a function of gd
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)
-- FPM:
- . Fixed bug #67583 (double fastcgi_end_request on max_children limit).
- (Dmitry Saprykin)
-
+ - GD:
+ . Fixed bug #73893 (A hidden danger of death cycle in a function of gd). (cmb)
+
- OpenSSL:
. Fixed bug #71519 (add serial hex to return value array). (xrobau)
+ . Fixed bug #73692 (Compile ext/openssl with openssl 1.1.0 on Win). (Anatol)
- PDO_Firebird:
. Implemented FR #72583 (All data are fetched as strings). (Dorin Marcoci)