From: Christoph M. Becker Date: Tue, 10 Jan 2017 19:12:42 +0000 (+0100) Subject: Merge branch 'PHP-7.0' into PHP-7.1 X-Git-Tag: php-7.1.2RC1~93^2~6 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fc4600366620ce71d32b04c051e2129e6aa47c0e;p=php Merge branch 'PHP-7.0' into PHP-7.1 * PHP-7.0: Fix #73893: A hidden danger of death cycle in a function of gd --- fc4600366620ce71d32b04c051e2129e6aa47c0e diff --cc NEWS index bd7cabc225,fb75b0017b..5797eda578 --- a/NEWS +++ b/NEWS @@@ -1,16 -1,20 +1,19 @@@ 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) + - GD: + . Fixed bug #73893 (A hidden danger of death cycle in a function of gd). (cmb) + -- FPM: - . Fixed bug #67583 (double fastcgi_end_request on max_children limit). - (Dmitry Saprykin) - - 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)