Skip to content

Commit 0328ff4

Browse files
committed
Reset PHP-7.4 for 7.4.20
1 parent 42c72ef commit 0328ff4

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

NEWS

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PHP NEWS
22
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3-
?? ??? ????, PHP 7.4.19
3+
?? ??? ????, PHP 7.4.20
44

55
- Core:
66
. Fixed bug #80929 (Method name corruption related to repeated calls to
@@ -35,6 +35,13 @@ PHP NEWS
3535
- XMLReader:
3636
. Fixed bug #73246 (XMLReader: encoding length not checked). (cmb)
3737

38+
06 May 2021, PHP 7.4.19
39+
40+
- PDO_pgsql:
41+
. Reverted bug fix for #80892 (PDO::PARAM_INT is treated the same as
42+
PDO::PARAM_STR). (Matteo)
43+
44+
3845
29 Apr 2021, PHP 7.4.18
3946

4047
- Core:

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dnl Basic autoconf initialization, generation of config.nice.
1717
dnl ----------------------------------------------------------------------------
1818

1919
AC_PREREQ([2.68])
20-
AC_INIT([PHP],[7.4.19-dev],[https://bugs.php.net],[php],[https://www.php.net])
20+
AC_INIT([PHP],[7.4.20-dev],[https://bugs.php.net],[php],[https://www.php.net])
2121
AC_CONFIG_SRCDIR([main/php_version.h])
2222
AC_CONFIG_AUX_DIR([build])
2323
AC_PRESERVE_HELP_ORDER

0 commit comments

Comments
 (0)