From f020d537b05438bb36c1355200c6aa657412f00e Mon Sep 17 00:00:00 2001 From: Sara Golemon Date: Tue, 4 May 2021 17:17:20 +0000 Subject: [PATCH] Reset for 8.0.7 --- NEWS | 8 +++++++- configure.ac | 2 +- main/php_version.h | 6 +++--- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index 70f90b9180b..3c5946780b8 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,6 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| -?? ??? 2021, PHP 8.0.6 +?? ??? 2021, PHP 8.0.7 - Core: . Fixed bug #80960 (opendir() warning wrong info when failed on Windows). @@ -33,6 +33,12 @@ PHP NEWS - XMLReader: . Fixed bug #73246 (XMLReader: encoding length not checked). (cmb) +06 May 2021, PHP 8.0.6 + +- PDO_pgsql: + . Revert "Fixed bug #80892 (PDO::PARAM_INT is treated the same as PDO::PARAM_STR)" + from PHP 8.0.5. + 29 Apr 2021, PHP 8.0.5 - Core: diff --git a/configure.ac b/configure.ac index 78cc27cdd8f..47b8bf7b2a9 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],[8.0.6-dev],[https://bugs.php.net],[php],[https://www.php.net]) +AC_INIT([PHP],[8.0.7-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 diff --git a/main/php_version.h b/main/php_version.h index f4d922b7335..2611695f48a 100644 --- a/main/php_version.h +++ b/main/php_version.h @@ -2,7 +2,7 @@ /* edit configure.ac to change version number */ #define PHP_MAJOR_VERSION 8 #define PHP_MINOR_VERSION 0 -#define PHP_RELEASE_VERSION 6 +#define PHP_RELEASE_VERSION 7 #define PHP_EXTRA_VERSION "-dev" -#define PHP_VERSION "8.0.6-dev" -#define PHP_VERSION_ID 80006 +#define PHP_VERSION "8.0.7-dev" +#define PHP_VERSION_ID 80007