From: Gabriel Caruso Date: Tue, 19 Jan 2021 15:32:17 +0000 (-0300) Subject: Fix NEWS placeholder for the next version X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9ce200f6cb46defb405770914dcce35bc88b14e0;p=php Fix NEWS placeholder for the next version This aligns with the PHP-7.4 and PHP-7.3 branches, and should fix the `sgolemon/php-release` script run for releasing 8.0.2. --- diff --git a/NEWS b/NEWS index 330d78da75..2535add8d0 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,6 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| -?? ??? ????, PHP 8.0.2RC1 +?? ??? 2021, PHP 8.0.2 - Core: . Fixed bug #80523 (bogus parse error on >4GB source code). (Nikita)