From 834730f8bd66aae7ab0fab88d9de4866150d7f9b Mon Sep 17 00:00:00 2001 From: Funda Wang Date: Wed, 22 Oct 2025 16:41:15 +0800 Subject: [PATCH] 8.4.14 --- php-8.4.13.tar.xz => php-8.4.14.tar.xz | 4 ++-- php.spec | 7 +++++-- 2 files changed, 7 insertions(+), 4 deletions(-) rename php-8.4.13.tar.xz => php-8.4.14.tar.xz (32%) diff --git a/php-8.4.13.tar.xz b/php-8.4.14.tar.xz similarity index 32% rename from php-8.4.13.tar.xz rename to php-8.4.14.tar.xz index ef34113..9041600 100644 --- a/php-8.4.13.tar.xz +++ b/php-8.4.14.tar.xz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b4f27adf30bcf262eacf93c78250dd811980f20f3b90d79a3dc11248681842df -size 13646008 +oid sha256:bac90ee7cf738e814c89b6b27d4d2c4b70e50942a420837e1a22f5fd5f9867a3 +size 13643936 diff --git a/php.spec b/php.spec index 979a92f..b07365b 100644 --- a/php.spec +++ b/php.spec @@ -4,7 +4,7 @@ %global pdover 20240423 # Extension version %global fileinfover 1.0.5 -%global zipver 1.22.6 +%global zipver 1.22.7 # Adds -z now to the linker flags %global _hardened_build 1 @@ -61,7 +61,7 @@ %bcond_without libgd %bcond_with zip -%global upver 8.4.13 +%global upver 8.4.14 Summary: PHP scripting language for creating dynamic web sites Name: php @@ -1632,6 +1632,9 @@ systemctl try-restart php-fpm.service >/dev/null 2>&1 || : %{_fileattrsdir}/composer.attr %changelog +* Wed Oct 22 2025 Funda Wang - 8.4.14-1 +- New version 8.4.14 + * Thu Sep 25 2025 Funda Wang - 8.4.13-1 - New version 8.4.13 -- Gitee