From 450d28d315bf820c96f6faa0cd97e70d175a88ef Mon Sep 17 00:00:00 2001 From: Sergey Panteleev Date: Tue, 13 Sep 2022 18:25:42 +0300 Subject: [PATCH 1/2] [ci skip] Update NEWS for PHP 8.2.0RC3 --- NEWS | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 921114196d1..0469f51c61b 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,9 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| -?? ??? ????, PHP 8.2.0RC2 +?? ??? ????, PHP 8.2.0RC3 + + +15 Sep 2022, PHP 8.2.0RC2 - Core: . Fixed bug GH-9500 (Using dnf type with parentheses after readonly keyword From 0f575aa698608ba6487b473719d14918a81a6fce Mon Sep 17 00:00:00 2001 From: Patrick Allaert Date: Tue, 13 Sep 2022 23:09:47 +0200 Subject: [PATCH 2/2] PHP-8.1 is now for PHP 8.1.12-dev --- NEWS | 5 ++++- Zend/zend.h | 2 +- configure.ac | 2 +- main/php_version.h | 6 +++--- 4 files changed, 9 insertions(+), 6 deletions(-) diff --git a/NEWS b/NEWS index 94c8fea4ef7..dd2b15bf754 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,9 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| -?? ??? ????, PHP 8.1.11 +?? ??? ????, PHP 8.1.12 + + +29 Sep 2022, PHP 8.1.11 - Core: . Fixed bug GH-9323 (Crash in ZEND_RETURN/GC/zend_call_function) diff --git a/Zend/zend.h b/Zend/zend.h index 632869a9b37..a81967b95e6 100644 --- a/Zend/zend.h +++ b/Zend/zend.h @@ -20,7 +20,7 @@ #ifndef ZEND_H #define ZEND_H -#define ZEND_VERSION "4.1.11-dev" +#define ZEND_VERSION "4.1.12-dev" #define ZEND_ENGINE_3 diff --git a/configure.ac b/configure.ac index 75021f30b98..cc26db4f360 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.1.11-dev],[https://bugs.php.net],[php],[https://www.php.net]) +AC_INIT([PHP],[8.1.12-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 baf7b8c6b18..c2ea7eabc75 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 1 -#define PHP_RELEASE_VERSION 11 +#define PHP_RELEASE_VERSION 12 #define PHP_EXTRA_VERSION "-dev" -#define PHP_VERSION "8.1.11-dev" -#define PHP_VERSION_ID 80111 +#define PHP_VERSION "8.1.12-dev" +#define PHP_VERSION_ID 80112