From: Nikita Popov Date: Fri, 27 Nov 2020 09:03:02 +0000 (+0100) Subject: Merge branch 'PHP-7.4' into PHP-8.0 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c61390cfb45fea97af8ba631f5970f4330f76a2a;p=php Merge branch 'PHP-7.4' into PHP-8.0 * PHP-7.4: Fixed bug #80425 --- c61390cfb45fea97af8ba631f5970f4330f76a2a diff --cc NEWS index e3333f3570,fe45a4db3c..dc16cf7deb --- a/NEWS +++ b/NEWS @@@ -13,13 -17,13 +13,16 @@@ PH - 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)