From 8342d02fc87b1f38d00a27f743b881d30c671d48 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 26 Mar 2025 08:05:25 +0100 Subject: Update to 8.4.6RC1 --- php84.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'php84.spec') diff --git a/php84.spec b/php84.spec index 71de9c2..7f173b4 100644 --- a/php84.spec +++ b/php84.spec @@ -80,8 +80,8 @@ %bcond_without libgd %bcond_with zip -%global upver 8.4.5 -#global rcver RC1 +%global upver 8.4.6 +%global rcver RC1 # TODO set PHP_EXTRA_VERSION for EOL version Summary: PHP scripting language for creating dynamic web sites @@ -121,7 +121,7 @@ Source53: 20-ffi.ini # Build fixes Patch1: php-8.4.0-httpd.patch Patch5: php-8.4.0-includedir.patch -Patch6: php-8.4.0-embed.patch +Patch6: php-8.4.6-embed.patch Patch8: php-8.4.0-libdb.patch # Functional changes @@ -1704,6 +1704,9 @@ systemctl try-restart php-fpm.service >/dev/null 2>&1 || : %changelog +* Wed Mar 26 2025 Remi Collet - 8.4.6~RC1-1 +- Update to 8.4.6RC1 + * Wed Mar 12 2025 Remi Collet - 8.4.5-1 - Update to 8.4.5 - http://www.php.net/releases/8_4_5.php -- cgit