From 329019741289bf987964162d879bd6e0706d0cf7 Mon Sep 17 00:00:00 2001 From: Volker Dusch Date: Tue, 9 Sep 2025 13:17:24 +0200 Subject: [PATCH 1/4] [ci skip] Update NEWS for PHP 8.5.0 beta3 --- NEWS | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 70793b0339f80..49818abb90c25 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,9 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| -?? ??? ????, PHP 8.5.0beta3 +?? ??? ????, PHP 8.5.0RC1 + + +11 Sep 2025, PHP 8.5.0beta3 - Core: . Destructing non-array values (other than NULL) using [] or list() now From 1c6d0e90f971e8f14cf23ab7d8fe2d81cff0a437 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 9 Sep 2025 16:19:05 +0200 Subject: [PATCH 2/4] Mark test as ONLINE (#19776) --- sapi/cli/tests/php_cli_server_ipv4_error_message.phpt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sapi/cli/tests/php_cli_server_ipv4_error_message.phpt b/sapi/cli/tests/php_cli_server_ipv4_error_message.phpt index 71280179cccfc..d00dd3ec9278f 100644 --- a/sapi/cli/tests/php_cli_server_ipv4_error_message.phpt +++ b/sapi/cli/tests/php_cli_server_ipv4_error_message.phpt @@ -2,6 +2,9 @@ IPv4 address error message formatting --SKIPIF-- Date: Tue, 9 Sep 2025 16:19:05 +0200 Subject: [PATCH 3/4] Mark test as ONLINE (#19776) --- sapi/cli/tests/php_cli_server_ipv4_error_message.phpt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sapi/cli/tests/php_cli_server_ipv4_error_message.phpt b/sapi/cli/tests/php_cli_server_ipv4_error_message.phpt index 71280179cccfc..d00dd3ec9278f 100644 --- a/sapi/cli/tests/php_cli_server_ipv4_error_message.phpt +++ b/sapi/cli/tests/php_cli_server_ipv4_error_message.phpt @@ -2,6 +2,9 @@ IPv4 address error message formatting --SKIPIF-- Date: Tue, 9 Sep 2025 11:37:59 -0300 Subject: [PATCH 4/4] PHP 8.4 is now for PHP 8.4.14-dev --- NEWS | 6 +++++- Zend/zend.h | 2 +- configure.ac | 2 +- main/php_version.h | 6 +++--- 4 files changed, 10 insertions(+), 6 deletions(-) diff --git a/NEWS b/NEWS index a6a5c63891cc9..91780c255fd2a 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,10 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| -?? ??? ????, PHP 8.4.13 +?? ??? ????, PHP 8.4.14 + + + +25 Sep 2025, PHP 8.4.13 - Core: . Fixed bug GH-18850 (Repeated inclusion of file with __halt_compiler() diff --git a/Zend/zend.h b/Zend/zend.h index 1cf82f437d301..1c6d37b7f5044 100644 --- a/Zend/zend.h +++ b/Zend/zend.h @@ -20,7 +20,7 @@ #ifndef ZEND_H #define ZEND_H -#define ZEND_VERSION "4.4.13-dev" +#define ZEND_VERSION "4.4.14-dev" #define ZEND_ENGINE_3 diff --git a/configure.ac b/configure.ac index d2250cae43331..30bbdf22ff3c6 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.4.13-dev],[https://github.com/php/php-src/issues],[php],[https://www.php.net]) +AC_INIT([PHP],[8.4.14-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 dfc15c4c33bc8..5c0e7705b9e10 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 4 -#define PHP_RELEASE_VERSION 13 +#define PHP_RELEASE_VERSION 14 #define PHP_EXTRA_VERSION "-dev" -#define PHP_VERSION "8.4.13-dev" -#define PHP_VERSION_ID 80413 +#define PHP_VERSION "8.4.14-dev" +#define PHP_VERSION_ID 80414