From: Christoph M. Becker Date: Wed, 28 Oct 2020 12:49:09 +0000 (+0100) Subject: Merge branch 'PHP-7.4' into PHP-8.0 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d07f6753a0c592db69a8af9999946e2438efc3ae;p=php Merge branch 'PHP-7.4' into PHP-8.0 * PHP-7.4: Fix #79177: FFI doesn't handle well PHP exceptions within callback --- d07f6753a0c592db69a8af9999946e2438efc3ae diff --cc NEWS index 35449c4694,017896befa..fa8c96af85 --- a/NEWS +++ b/NEWS @@@ -1,19 -1,8 +1,23 @@@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| -?? ??? 2020, PHP 7.4.13 +?? ??? ????, PHP 8.0.0RC4 + ++- FFI: ++ . Fixed bug #79177 (FFI doesn't handle well PHP exceptions within callback). ++ (cmb, Dmitry, Nikita) ++ +- 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).