diff --git a/php-8.1.0-phpinfo.patch b/php-8.1.0-phpinfo.patch index d19b2f4bab5e3bcca51fc9c3354decf8d7f2228b..a02a2b8a9b79bbdb35fffcf0e96571798ffdec3f 100644 --- a/php-8.1.0-phpinfo.patch +++ b/php-8.1.0-phpinfo.patch @@ -25,7 +25,7 @@ diff -up ./ext/standard/tests/general_functions/phpinfo.phpt.phpinfo ./ext/stand @@ -17,7 +17,6 @@ PHP Version => %s System => %s - Build Date => %s%a + Build Date => %r(.+?)%r -Configure Command => %s Server API => Command Line Interface Virtual Directory Support => %s diff --git a/php-8.2.24.tar.xz b/php-8.2.26.tar.xz similarity index 59% rename from php-8.2.24.tar.xz rename to php-8.2.26.tar.xz index 85e613c2a4aab53c3961457775acb6e3493b67cf..3b48854876f659ec90c0d0171904bbfd190adc10 100644 Binary files a/php-8.2.24.tar.xz and b/php-8.2.26.tar.xz differ diff --git a/php.spec b/php.spec index d6d01413e7d5ac09c9a83ab6285b48b7cafa35e8..f9cdd012bc8c471caddf14a651d38bc793a6497d 100644 --- a/php.spec +++ b/php.spec @@ -42,7 +42,7 @@ Summary: PHP scripting language for creating dynamic web sites Name: php -Version: 8.2.24 +Version: 8.2.26 Release: %{anolis_release}%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend @@ -1511,6 +1511,9 @@ systemctl try-restart php-fpm.service >/dev/null 2>&1 || : %changelog +* Tue Dec 17 2024 yangxinyu - 8.2.26-1 +- Update to version 8.2.26 + * Thu Nov 21 2024 yangxinyu - 8.2.24-1 - Update to version 8.2.24