From: Nikita Popov Date: Thu, 17 Sep 2020 08:13:42 +0000 (+0200) Subject: Merge branch 'PHP-7.3' into PHP-7.4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9c136f10cdcd222e8fc1d8f8bfd2a71a4893514c;p=php Merge branch 'PHP-7.3' into PHP-7.4 * PHP-7.3: Fixed bug #80083 --- 9c136f10cdcd222e8fc1d8f8bfd2a71a4893514c diff --cc NEWS index 8c9de39cda,05fece0bf5..b38dc7b746 --- a/NEWS +++ b/NEWS @@@ -1,15 -1,14 +1,18 @@@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| -?? ??? ????, PHP 7.3.24 +?? ??? 2020, PHP 7.4.12 + - OPcache: + . Fixed bug #80083 (Optimizer pass 6 removes variables used for ibm_db2 data + binding). (Nikita) -01 Oct 2020, PHP 7.3.23 +01 Oct 2020, PHP 7.4.11 - Core: + . Fixed bug #79979 (passing value to by-ref param via CUFA crashes). (cmb, + Nikita) + . Fixed bug #80037 (Typed property must not be accessed before initialization + when __get() declared). (Nikita) . Fixed bug #80048 (Bug #69100 has not been fixed for Windows). (cmb) . Fixed bug #80049 (Memleak when coercing integers to string via variadic argument). (Nikita)