* PHP-7.4:
Fix #80366: Return Value of zend_fstat() not Checked
. 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)