From 33b977e36b804f58e20021928600e9ef83372014 Mon Sep 17 00:00:00 2001 From: Saki Takamachi Date: Tue, 22 Apr 2025 22:23:08 +0900 Subject: [PATCH] PHP-8.4 is now for PHP 8.4.8-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 efb76ac127a..6cf8816e8fc 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,9 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| -?? ??? ????, PHP 8.4.7 +?? ??? ????, PHP 8.4.8 + + +24 Apr 2025, PHP 8.4.7 - Core: . Fixed bug GH-17711 and GH-18022 (Infinite recursion on deprecated attribute diff --git a/Zend/zend.h b/Zend/zend.h index 2e5fb5d0ef0..0ce9956c99c 100644 --- a/Zend/zend.h +++ b/Zend/zend.h @@ -20,7 +20,7 @@ #ifndef ZEND_H #define ZEND_H -#define ZEND_VERSION "4.4.7-dev" +#define ZEND_VERSION "4.4.8-dev" #define ZEND_ENGINE_3 diff --git a/configure.ac b/configure.ac index 0e12d55b009..6dc1e45b34f 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.7-dev],[https://github.com/php/php-src/issues],[php],[https://www.php.net]) +AC_INIT([PHP],[8.4.8-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 414e0e8f5a6..9ac406dfc32 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 7 +#define PHP_RELEASE_VERSION 8 #define PHP_EXTRA_VERSION "-dev" -#define PHP_VERSION "8.4.7-dev" -#define PHP_VERSION_ID 80407 +#define PHP_VERSION "8.4.8-dev" +#define PHP_VERSION_ID 80408