From 776eadc8ca90407e3557546e60f4540df33973b0 Mon Sep 17 00:00:00 2001 From: gaoyukun Date: Wed, 12 Nov 2025 17:13:16 +0800 Subject: [PATCH] New version 8.4.15 --- php-8.4.14.tar.xz => php-8.4.15.tar.xz | 4 ++-- php.spec | 5 ++++- 2 files changed, 6 insertions(+), 3 deletions(-) rename php-8.4.14.tar.xz => php-8.4.15.tar.xz (32%) diff --git a/php-8.4.14.tar.xz b/php-8.4.15.tar.xz similarity index 32% rename from php-8.4.14.tar.xz rename to php-8.4.15.tar.xz index 9041600..5c6afa2 100644 --- a/php-8.4.14.tar.xz +++ b/php-8.4.15.tar.xz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bac90ee7cf738e814c89b6b27d4d2c4b70e50942a420837e1a22f5fd5f9867a3 -size 13643936 +oid sha256:00872392eb533bf22c1996e6196e508e2b19b0db9159b84347fcdcd756117c05 +size 16088800 diff --git a/php.spec b/php.spec index b07365b..f911f21 100644 --- a/php.spec +++ b/php.spec @@ -61,7 +61,7 @@ %bcond_without libgd %bcond_with zip -%global upver 8.4.14 +%global upver 8.4.15 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 Nov 12 2025 gaoyukun - 8.4.15-1 +- New version 8.4.15 + * Wed Oct 22 2025 Funda Wang - 8.4.14-1 - New version 8.4.14 -- Gitee