From: Christoph M. Becker Date: Tue, 19 Jan 2021 09:30:06 +0000 (+0100) Subject: Merge branch 'PHP-7.4' into PHP-8.0 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cfae999f1b7b1769255d4320abbf0b89ab13a3ad;p=php Merge branch 'PHP-7.4' into PHP-8.0 * PHP-7.4: Fix #69279: Compressed ZIP Phar extractTo() creates garbage files --- cfae999f1b7b1769255d4320abbf0b89ab13a3ad diff --cc NEWS index 50ed9a6c14,c74a329030..aea46517a1 --- a/NEWS +++ b/NEWS @@@ -43,29 -23,16 +43,31 @@@ PH . Fixed bug #77935 (Crash in mysqlnd_fetch_stmt_row_cursor when calling an SP with a cursor). (Nikita) +- ODBC: + . Fixed bug #80592 (all floats are the same in ODBC parameters). (cmb) + +- Opcache: + . Fixed bug #80422 (php_opcache.dll crashes when using Apache 2.4 with JIT). + (Dmitry) + +- PDO_Firebird: + . Fixed bug #80521 (Parameters with underscores no longer recognized). (cmb, + Simonov Denis) + - Phar: + . Fixed bug #76929 (zip-based phar does not respect phar.require_hash). + (david at bamsoftware, cmb) . Fixed bug #77565 (Incorrect locator detection in ZIP-based phars). (cmb) + . Fixed bug #69279 (Compressed ZIP Phar extractTo() creates garbage files). + (cmb) -07 Jan 2021, PHP 7.4.14 +- Phpdbg: + . Reverted fix for bug #76813 (Access violation near NULL on source operand). + (cmb) + +07 Jan 2021, PHP 8.0.1 - Core: - . Fixed bug #74558 (Can't rebind closure returned by Closure::fromCallable()). - (cmb) . Fixed bug #80345 (PHPIZE configuration has outdated PHP_RELEASE_VERSION). (cmb) . Fixed bug #72964 (White space not unfolded for CC/Bcc headers). (cmb)