The PHP 7.4 branch is now for 7.4.21

This commit is contained in:
Derick Rethans 2021-05-18 13:44:01 +01:00
parent 66c3a174f5
commit 3938bfb564
2 changed files with 6 additions and 2 deletions

6
NEWS
View File

@ -1,6 +1,10 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? ????, PHP 7.4.20
?? ??? ????, PHP 7.4.21
03 Jun 2021, PHP 7.4.20
- Core:
. Fixed bug #80929 (Method name corruption related to repeated calls to

View File

@ -17,7 +17,7 @@ dnl Basic autoconf initialization, generation of config.nice.
dnl ----------------------------------------------------------------------------
AC_PREREQ([2.68])
AC_INIT([PHP],[7.4.20-dev],[https://bugs.php.net],[php],[https://www.php.net])
AC_INIT([PHP],[7.4.21-dev],[https://bugs.php.net],[php],[https://www.php.net])
AC_CONFIG_SRCDIR([main/php_version.h])
AC_CONFIG_AUX_DIR([build])
AC_PRESERVE_HELP_ORDER