From d9195159675b818b48514d36a8bab31340f345c8 Mon Sep 17 00:00:00 2001 From: Funda Wang Date: Wed, 12 Mar 2025 23:14:24 +0800 Subject: [PATCH] 8.3.19 (cherry picked from commit 4a80a67de7022f916576f31ab9ca250ee956eef4) --- php-8.3.17.tar.xz => php-8.3.19.tar.xz | 4 ++-- php.spec | 7 +++++-- 2 files changed, 7 insertions(+), 4 deletions(-) rename php-8.3.17.tar.xz => php-8.3.19.tar.xz (32%) diff --git a/php-8.3.17.tar.xz b/php-8.3.19.tar.xz similarity index 32% rename from php-8.3.17.tar.xz rename to php-8.3.19.tar.xz index 7fe71e4..edee0bb 100644 --- a/php-8.3.17.tar.xz +++ b/php-8.3.19.tar.xz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6158ee678e698395da13d72c7679a406d2b7554323432f14d37b60ed87d8ccfb -size 12541560 +oid sha256:976e4077dd25bec96b5dfe8938052d243bbd838f95368a204896eff12756545f +size 12560852 diff --git a/php.spec b/php.spec index 452e4de..d30d6e7 100644 --- a/php.spec +++ b/php.spec @@ -23,12 +23,12 @@ %global with_modphp 1 %global with_lmdb 1 %global with_sodium 1 -%global upver 8.3.17 +%global upver 8.3.19 Name: php Version: %{upver} -Release: 2 +Release: 1 Summary: PHP scripting language for creating dynamic web sites License: PHP-3.01 AND Zend-2.0 AND BSD-2-Clause AND MIT AND Apache-1.0 AND NCSA AND BSL-1.0 URL: https://www.php.net/ @@ -1311,6 +1311,9 @@ systemctl try-restart php-fpm.service >/dev/null 2>&1 || : %{_mandir}/man?/* %changelog +* Wed Mar 12 2025 Funda Wang - 8.3.19-1 +- New version 8.3.19 + * Tue Feb 25 2025 zhangshaoning - 8.3.17-2 - Add sw_64 support -- Gitee