[php-src] PHP-8.3: PHP-8.3 is now for PHP 8.3.26-dev

From: Date: Tue, 12 Aug 2025 15:16:59 +0000
Subject: [php-src] PHP-8.3: PHP-8.3 is now for PHP 8.3.26-dev
Groups: php.cvs 
Request: Send a blank email to [email protected] to get a copy of this message
Author: Eric Mann (ericmann)
Date: 2025-08-12T08:15:40-07:00

Commit: https://github.com/php/php-src/commit/a0bd2c9fcf997f60b441f2745d756d30a42363ba
Raw diff: https://github.com/php/php-src/commit/a0bd2c9fcf997f60b441f2745d756d30a42363ba.diff

PHP-8.3 is now for PHP 8.3.26-dev

Changed paths:
  M  NEWS
  M  Zend/zend.h
  M  configure.ac
  M  main/php_version.h


Diff:

diff --git a/NEWS b/NEWS
index ffe2a2136e272..84f0b1f10348e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,9 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? ????, PHP 8.3.25
+?? ??? ????, PHP 8.3.26
+
+
+28 Aug 2025, PHP 8.3.25
 
 - Core:
   . Fixed GH-19169 build issue with C++17 and ZEND_STATIC_ASSERT macro.
diff --git a/Zend/zend.h b/Zend/zend.h
index df90c452654a9..23df63cde2d4a 100644
--- a/Zend/zend.h
+++ b/Zend/zend.h
@@ -20,7 +20,7 @@
 #ifndef ZEND_H
 #define ZEND_H
 
-#define ZEND_VERSION "4.3.25-dev"
+#define ZEND_VERSION "4.3.26-dev"
 
 #define ZEND_ENGINE_3
 
diff --git a/configure.ac b/configure.ac
index 822184e809960..0c9bf96e64b9a 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.25-dev],[https://github.com/php/php-src/issues],[php],[https://www.php.net])
+AC_INIT([PHP],[8.3.26-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 80c0dc560653b..866ca3a80a072 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 25
+#define PHP_RELEASE_VERSION 26
 #define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "8.3.25-dev"
-#define PHP_VERSION_ID 80325
+#define PHP_VERSION "8.3.26-dev"
+#define PHP_VERSION_ID 80326


Thread (1 message)

  • Eric Mann
« previous php.cvs (#135269) next »