From: Christoph M. Becker Date: Tue, 9 Jun 2020 14:54:04 +0000 (+0200) Subject: Merge branch 'PHP-7.3' into PHP-7.4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3c12c41927f6612bb59a8ed5edde9e27991a3b21;p=php Merge branch 'PHP-7.3' into PHP-7.4 * PHP-7.3: Fix possibly unsupported timercmp() usage --- 3c12c41927f6612bb59a8ed5edde9e27991a3b21 diff --cc NEWS index 13ae3f80c6,f16ac1d9b7..9ef7369f93 --- a/NEWS +++ b/NEWS @@@ -7,9 -6,7 +7,10 @@@ PH . Fixed bug #79650 (php-win.exe 100% cpu lockup). (cmb) . Fixed bug #79668 (get_defined_functions(true) may miss functions). (cmb, Nikita) + . Fixed bug #79657 ("yield from" hangs when invalid value encountered). + (Nikita) + . Fixed bug #79683 (Fake reflection scope affects __toString()). (Nikita) + . Fixed possibly unsupported timercmp() usage. (cmb) - Filter: . Fixed bug #73527 (Invalid memory access in php_filter_strip). (cmb)