From: Christoph M. Becker Date: Thu, 29 Oct 2020 11:02:54 +0000 (+0100) Subject: Merge branch 'PHP-7.4' into PHP-8.0 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9838eff68b6dd034c585645fce63baf98192cd1d;p=php Merge branch 'PHP-7.4' into PHP-8.0 * PHP-7.4: Fix #44618: Fetching may rely on uninitialized data --- 9838eff68b6dd034c585645fce63baf98192cd1d diff --cc NEWS index fa8c96af85,8c1bae3181..23c9ff8638 --- a/NEWS +++ b/NEWS @@@ -1,23 -1,8 +1,26 @@@ 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) + ++- ODBC: ++ . Fixed bug #44618 (Fetching may rely on uninitialized data). (cmb) ++ +- 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).