[php-src] PHP-8.5: PHP 8.4 is now for PHP 8.4.26-dev
Calvin Buckley <[email protected]>
| Newsgroups | gmane.comp.php.cvs.general |
|---|---|
| Message-ID | <[email protected]> |
Author: Calvin Buckley (NattyNarwhal) Date: 2026-08-11T15:50:03-03:00 Commit: https://github.com/php/php-src/commit/4596a6db20eca47f6a440bddda67d07df444e18b Raw diff: https://github.com/php/php-src/commit/4596a6db20eca47f6a440bddda67d07df444e18b.diff PHP 8.4 is now for PHP 8.4.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 68eb850d62c5..14149cee9c60 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 d0e46881d989..2d5b1539f8cf 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 33608b4ae94e..29afea98f53e 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 f6516cc08b0b..e068320d766c 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