From e10f6d702f7e5167ec63215efe9def4deb94ef84 Mon Sep 17 00:00:00 2001 From: Eric Mann Date: Tue, 2 Dec 2025 09:05:38 -0800 Subject: [PATCH] PHP-8.3 is now for PHP 8.3.30-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 ff4eb04e5b6..a439bfc2ad6 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,9 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| -?? ??? ????, PHP 8.3.29 +?? ??? ????, PHP 8.3.30 + + +18 Dec 2025, PHP 8.3.29 - Core: . Sync all boost.context files with release 1.86.0. (mvorisek) diff --git a/Zend/zend.h b/Zend/zend.h index 9f57b50997a..6655c9e09ad 100644 --- a/Zend/zend.h +++ b/Zend/zend.h @@ -20,7 +20,7 @@ #ifndef ZEND_H #define ZEND_H -#define ZEND_VERSION "4.3.29-dev" +#define ZEND_VERSION "4.3.30-dev" #define ZEND_ENGINE_3 diff --git a/configure.ac b/configure.ac index cb5f4e70572..f11e3c9f56f 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.3.29-dev],[https://github.com/php/php-src/issues],[php],[https://www.php.net]) +AC_INIT([PHP],[8.3.30-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 d9bd5c65f21..10a9cd7c6af 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 3 -#define PHP_RELEASE_VERSION 29 +#define PHP_RELEASE_VERSION 30 #define PHP_EXTRA_VERSION "-dev" -#define PHP_VERSION "8.3.29-dev" -#define PHP_VERSION_ID 80329 +#define PHP_VERSION "8.3.30-dev" +#define PHP_VERSION_ID 80330