From: Christoph M. Becker Date: Tue, 24 Nov 2020 12:10:18 +0000 (+0100) Subject: Merge branch 'PHP-7.4' into PHP-8.0 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=deb8b8190ed2b0ba34179d80d73a95beaefc6efc;p=php Merge branch 'PHP-7.4' into PHP-8.0 * PHP-7.4: Fix #80366: Return Value of zend_fstat() not Checked --- deb8b8190ed2b0ba34179d80d73a95beaefc6efc diff --cc NEWS index a8b4bf3657,5661ce119d..dedf314ed1 --- a/NEWS +++ b/NEWS @@@ -6,12 -6,14 +6,15 @@@ PH . Fixed bug #80345 (PHPIZE configuration has outdated PHP_RELEASE_VERSION). (cmb) . Fixed bug #72964 (White space not unfolded for CC/Bcc headers). (cmb) - . Fixed bug #80362 (Running dtrace scripts can cause php to crash). - (al at coralnet dot name) + . Fixed bug #80391 (Iterable not covariant to mixed). (Nikita) + +- Opcache: + . Fixed bug #80404 (Incorrect range inference result when division results + in float). (Nikita) + - Standard: + . Fixed bug #80366 (Return Value of zend_fstat() not Checked). (sagpant, cmb) + - Tidy: . Fixed bug #77594 (ob_tidyhandler is never reset). (cmb)