From: Nikita Popov Date: Tue, 24 Nov 2020 14:27:35 +0000 (+0100) Subject: Merge branch 'PHP-7.4' into PHP-8.0 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ae6e56fb98aec9a874298938fdb41e74898b6084;p=php Merge branch 'PHP-7.4' into PHP-8.0 * PHP-7.4: Fixed bug #80393 --- ae6e56fb98aec9a874298938fdb41e74898b6084 diff --cc NEWS index aaab8c7f67,b68c93a9da..1e2478cef9 --- a/NEWS +++ b/NEWS @@@ -6,7 -6,12 +6,9 @@@ 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) + . Fixed bug #80393 (Build of PHP extension fails due to configuration gap + with libtool). (kir dot morozov at gmail dot com) - Fileinfo: . Fixed bug #77961 (finfo_open crafted magic parsing SIGABRT). (cmb)