From: Christoph M. Becker Date: Mon, 2 Nov 2020 10:41:12 +0000 (+0100) Subject: Merge branch 'PHP-7.4' into PHP-8.0 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6fc2cab254c4331e70790c21114a6519493662f9;p=php Merge branch 'PHP-7.4' into PHP-8.0 * PHP-7.4: Fix #70461: disable md5 code when it is not supported in net-snmp --- 6fc2cab254c4331e70790c21114a6519493662f9 diff --cc NEWS index 2f45f378c1,3710589bc9..627913e9f7 --- a/NEWS +++ b/NEWS @@@ -1,32 -1,8 +1,36 @@@ 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) + +- Reflection: + . Fixed bug #80299 (ReflectionFunction->invokeArgs confused in arguments). + (Nikita) + ++- SNMP: ++ . Fixed bug #70461 (disable md5 code when it is not supported in net-snmp). ++ (Alexander Bergmann, cmb) ++ +- Standard: + . Don't force rebuild of symbol table, when populating $http_response_header + variable by the HTTP stream wrapper. (Dmitry) + . Fixed bug #80290 (Double free when ASSERT_CALLBACK is used with a dynamic + message). (Nikita) + +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).