From e07813ad461ea1066c5a46a020b8241197dc7757 Mon Sep 17 00:00:00 2001 From: Pierrick Charron Date: Tue, 16 Jul 2024 12:20:55 -0400 Subject: [PATCH 1/2] PHP-8.2 is now for PHP 8.2.23-dev --- NEWS | 4 +++- Zend/zend.h | 2 +- configure.ac | 2 +- main/php_version.h | 6 +++--- 4 files changed, 8 insertions(+), 6 deletions(-) diff --git a/NEWS b/NEWS index 2276e3ff22b..5b8f4294491 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,8 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| -?? ??? ????, PHP 8.2.22 +?? ??? ????, PHP 8.2.23 + +01 Aug 2024, PHP 8.2.22 - Core: . Fixed bug GH-13922 (Fixed support for systems with diff --git a/Zend/zend.h b/Zend/zend.h index 675dcdd338f..c9018454dfc 100644 --- a/Zend/zend.h +++ b/Zend/zend.h @@ -20,7 +20,7 @@ #ifndef ZEND_H #define ZEND_H -#define ZEND_VERSION "4.2.22-dev" +#define ZEND_VERSION "4.2.23-dev" #define ZEND_ENGINE_3 diff --git a/configure.ac b/configure.ac index d694a0a7a14..8e868209552 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.22-dev],[https://github.com/php/php-src/issues],[php],[https://www.php.net]) +AC_INIT([PHP],[8.2.23-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 8fcd1fa0c47..5d1d455b265 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 22 +#define PHP_RELEASE_VERSION 23 #define PHP_EXTRA_VERSION "-dev" -#define PHP_VERSION "8.2.22-dev" -#define PHP_VERSION_ID 80222 +#define PHP_VERSION "8.2.23-dev" +#define PHP_VERSION_ID 80223 From c21cfa11354f23e9d307a645013ac244c59dfadf Mon Sep 17 00:00:00 2001 From: Pierrick Charron Date: Tue, 16 Jul 2024 12:23:31 -0400 Subject: [PATCH 2/2] [skip ci] Fix PHP 8.3.10 release date and version in NEWS --- NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS b/NEWS index b8e051e807e..5a6c6ce7bb8 100644 --- a/NEWS +++ b/NEWS @@ -3,7 +3,7 @@ PHP NEWS ?? ??? ????, PHP 8.3.11 -18 Jul 2024, PHP 8.3.10RC1 +01 Aug 2024, PHP 8.3.10 - Core: . Fixed bug GH-13922 (Fixed support for systems with