From 1fa3b4cd916222eadd0beedeeb8a81e3a64b3e27 Mon Sep 17 00:00:00 2001 From: Eric Mann Date: Tue, 12 Sep 2023 04:42:02 -0700 Subject: [PATCH 1/2] Update NEWS for start of RC3 --- NEWS | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 67cf5736fa9..6719736d649 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,9 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| -?? ??? ????, PHP 8.3.0RC2 +?? ??? ????, PHP 8.3.0RC3 + + +14 Sep 2023, PHP 8.3.0RC2 - Core: . Fixed GH-11847 (DTrace enabled build is broken). (Filip Zrůst) From 5c1f7467169abf4e857bfe6163d0a92e7b2617a9 Mon Sep 17 00:00:00 2001 From: Sergey Panteleev Date: Tue, 12 Sep 2023 14:53:56 +0300 Subject: [PATCH 2/2] PHP-8.2 is now for PHP 8.2.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 f034b80f3fa..8ad372f7951 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,9 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| -?? ??? ????, PHP 8.2.11 +?? ??? ????, PHP 8.2.12 + + +28 Sep 2023, PHP 8.2.11 - Core: . Fixed bug GH-11937 (Constant ASTs containing objects). (ilutov) diff --git a/Zend/zend.h b/Zend/zend.h index eb2105abfa5..1d02cd346fd 100644 --- a/Zend/zend.h +++ b/Zend/zend.h @@ -20,7 +20,7 @@ #ifndef ZEND_H #define ZEND_H -#define ZEND_VERSION "4.2.11-dev" +#define ZEND_VERSION "4.2.12-dev" #define ZEND_ENGINE_3 diff --git a/configure.ac b/configure.ac index aa32a14e8c9..b55fb1479bf 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.2.11-dev],[https://github.com/php/php-src/issues],[php],[https://www.php.net]) +AC_INIT([PHP],[8.2.12-dev],[https://github.com/php/php-src/issues],[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 afeeec17ccc..74c8f28495e 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 2 -#define PHP_RELEASE_VERSION 11 +#define PHP_RELEASE_VERSION 12 #define PHP_EXTRA_VERSION "-dev" -#define PHP_VERSION "8.2.11-dev" -#define PHP_VERSION_ID 80211 +#define PHP_VERSION "8.2.12-dev" +#define PHP_VERSION_ID 80212