From: Dmitry Stogov Date: Wed, 28 Oct 2020 10:51:17 +0000 (+0300) Subject: Merge branch 'PHP-7.4' into PHP-8.0 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6beb080a01aab389e5b886218f6dbdd468e337b7;p=php Merge branch 'PHP-7.4' into PHP-8.0 * PHP-7.4: Fixed run-time binding of preloaded dynamically declared function --- 6beb080a01aab389e5b886218f6dbdd468e337b7 diff --cc NEWS index 1c3eee1535,64968cb7dd..35449c4694 --- a/NEWS +++ b/NEWS @@@ -1,17 -1,8 +1,19 @@@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| -?? ??? 2020, PHP 7.4.13 +?? ??? ????, PHP 8.0.0RC4 + - - Standard: ++- Opcache: ++ . Fixed run-time binding of preloaded dynamically declared function. (Dmitry) + ++- Standard: + . Don't force rebuild of symbol table, when populating $http_response_header + variable by the HTTP stream wrapper. (Dmitry) + +29 Oct 2020, PHP 8.0.0RC3 - Core: + . Fixed bug #8055 (Abstract trait methods returning "self" cannot be + fulfilled by traits). (Nikita) . Fixed bug #80280 (ADD_EXTENSION_DEP() fails for ext/standard and ext/date). (cmb) . Fixed bug #80258 (Windows Deduplication Enabled, randon permission errors).