1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 08:12:21 +01:00

Reset PHP-7.4 for 7.4.20

This commit is contained in:
Derick Rethans
2021-05-04 12:18:27 +01:00
parent 42c72ef463
commit 0328ff49cc
2 changed files with 9 additions and 2 deletions

9
NEWS
View File

@@ -1,6 +1,6 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? ????, PHP 7.4.19
?? ??? ????, PHP 7.4.20
- Core:
. Fixed bug #80929 (Method name corruption related to repeated calls to
@@ -35,6 +35,13 @@ PHP NEWS
- XMLReader:
. Fixed bug #73246 (XMLReader: encoding length not checked). (cmb)
06 May 2021, PHP 7.4.19
- PDO_pgsql:
. Reverted bug fix for #80892 (PDO::PARAM_INT is treated the same as
PDO::PARAM_STR). (Matteo)
29 Apr 2021, PHP 7.4.18
- Core:

View File

@@ -17,7 +17,7 @@ dnl Basic autoconf initialization, generation of config.nice.
dnl ----------------------------------------------------------------------------
AC_PREREQ([2.68])
AC_INIT([PHP],[7.4.19-dev],[https://bugs.php.net],[php],[https://www.php.net])
AC_INIT([PHP],[7.4.20-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