Commit 4596a6db20e for php.net
commit 4596a6db20eca47f6a440bddda67d07df444e18b
Author: Calvin Buckley <calvinb@php.net>
Date: Tue Aug 11 15:50:03 2026 -0300
PHP 8.4 is now for PHP 8.4.26-dev
diff --git a/NEWS b/NEWS
index 68eb850d62c..14149cee9c6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,9 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? ????, PHP 8.4.25
+?? ??? ????, PHP 8.4.26
+
+
+27 Aug 2026, PHP 8.4.25
- Core:
. Fixed bug GH-23088 (Stack overflow when comparing deeply nested arrays).
diff --git a/Zend/zend.h b/Zend/zend.h
index d0e46881d98..2d5b1539f8c 100644
--- a/Zend/zend.h
+++ b/Zend/zend.h
@@ -20,7 +20,7 @@
#ifndef ZEND_H
#define ZEND_H
-#define ZEND_VERSION "4.4.25-dev"
+#define ZEND_VERSION "4.4.26-dev"
#define ZEND_ENGINE_3
diff --git a/configure.ac b/configure.ac
index 33608b4ae94..29afea98f53 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.25-dev],[https://github.com/php/php-src/issues],[php],[https://www.php.net])
+AC_INIT([PHP],[8.4.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 f6516cc08b0..e068320d766 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 25
+#define PHP_RELEASE_VERSION 26
#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "8.4.25-dev"
-#define PHP_VERSION_ID 80425
+#define PHP_VERSION "8.4.26-dev"
+#define PHP_VERSION_ID 80426