From: Nikita Popov Date: Wed, 16 Dec 2020 09:20: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=f6bd3dfdbcc0d8f4f7733560034e735865083c1a;p=php Merge branch 'PHP-7.4' into PHP-8.0 * PHP-7.4: Fix bug #80523 --- f6bd3dfdbcc0d8f4f7733560034e735865083c1a diff --cc NEWS index e1dc7aefcc,a62d492d0d..cb8af57a7b --- a/NEWS +++ b/NEWS @@@ -1,11 -1,15 +1,13 @@@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| -?? ??? 2021, PHP 7.4.15 +?? ??? ????, PHP 8.0.2RC1 + - Core: + . Fixed bug #80523 (bogus parse error on >4GB source code). (Nikita) -07 Jan 2021, PHP 7.4.14 +07 Jan 2021, PHP 8.0.1 - Core: - . Fixed bug #74558 (Can't rebind closure returned by Closure::fromCallable()). - (cmb) . Fixed bug #80345 (PHPIZE configuration has outdated PHP_RELEASE_VERSION). (cmb) . Fixed bug #72964 (White space not unfolded for CC/Bcc headers). (cmb)