From: Christoph M. Becker Date: Mon, 2 Nov 2020 10:39:16 +0000 (+0100) Subject: Merge branch 'PHP-7.3' into PHP-7.4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0123f75b5d5bcd76603da1acecf6687a08145b68;p=php Merge branch 'PHP-7.3' into PHP-7.4 * PHP-7.3: Fix #70461: disable md5 code when it is not supported in net-snmp --- 0123f75b5d5bcd76603da1acecf6687a08145b68 diff --cc NEWS index c6f445ee83,f6963784d8..3710589bc9 --- a/NEWS +++ b/NEWS @@@ -37,30 -25,15 +37,34 @@@ PH - ODBC: . Fixed bug #44618 (Fetching may rely on uninitialized data). (cmb) +- Opcache: + . Fixed bug #79643 (PHP with Opcache crashes when a file with specific name + is included). (twosee) + . Fixed run-time binding of preloaded dynamically declared function. (Dmitry) + +- OpenSSL: + . Fixed bug #79983 (openssl_encrypt / openssl_decrypt fail with OCB mode). + (Nikita) + +- PDO MySQL: + . Fixed bug #66528 (No PDOException or errorCode if database becomes + unavailable before PDO::commit). (Nikita) + . Fixed bug #65825 (PDOStatement::fetch() does not throw exception on broken + server connection). (Nikita) + + - SNMP: + . Fixed bug #70461 (disable md5 code when it is not supported in net-snmp). + (Alexander Bergmann, cmb) + -29 Oct 2020, PHP 7.3.24 +29 Oct 2020, PHP 7.4.12 - Core: + . Fixed bug #80061 (Copying large files may have suboptimal performance). + (cmb) . Fixed bug #79423 (copy command is limited to size of file it can copy). (cmb) + . Fixed bug #80126 (Covariant return types failing compilation). (Nikita) + . Fixed bug #80186 (Segfault when iterating over FFI object). (Nikita) - Calendar: . Fixed bug #80185 (jdtounix() fails after 2037). (cmb)