From: Christoph M. Becker Date: Thu, 3 Sep 2020 13:44:38 +0000 (+0200) Subject: Merge branch 'PHP-7.3' into PHP-7.4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2f4a2a9316e9ca47aa7be9e18979b0bf68b8ef02;p=php Merge branch 'PHP-7.3' into PHP-7.4 * PHP-7.3: Fix #80048: Bug #69100 has not been fixed for Windows --- 2f4a2a9316e9ca47aa7be9e18979b0bf68b8ef02 diff --cc NEWS index 9eaa1b1c58,0800e83e0f..157d77c262 --- a/NEWS +++ b/NEWS @@@ -1,12 -1,9 +1,13 @@@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| -?? ??? ????, PHP 7.3.23 +?? ??? 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) - Calendar: . Fixed bug #80007 (Potential type confusion in unixtojd() parameter parsing).