* PHP-7.4:
Fixed bug #80425
- Fileinfo:
. Fixed bug #77961 (finfo_open crafted magic parsing SIGABRT). (cmb)
+ - Intl:
+ . Fixed bug #80425 (MessageFormatAdapter::getArgTypeList redefined). (Nikita)
+
+- Opcache:
+ . Fixed bug #80404 (Incorrect range inference result when division results
+ in float). (Nikita)
+ . Fixed bug #80377 (Opcache misses executor_globals). (Nikita)
+
- Standard:
. Fixed bug #80366 (Return Value of zend_fstat() not Checked). (sagpant, cmb)
- . Fixed bug #80411 (References to null-serialized object break serialize()).
- (Nikita)
- Tidy:
. Fixed bug #77594 (ob_tidyhandler is never reset). (cmb)