diff --git a/NEWS b/NEWS index 3ceb9cc0c6e..4fc0f39c47d 100644 --- a/NEWS +++ b/NEWS @@ -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: diff --git a/configure.ac b/configure.ac index d92c4a7d7f6..4321e6a594f 100644 --- a/configure.ac +++ b/configure.ac @@ -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