!215 [sync] PR-212: Update to 8.3.13

From: @openeuler-sync-bot 
Reviewed-by: @fundawang 
Signed-off-by: @fundawang
This commit is contained in:
openeuler-ci-bot 2024-10-30 07:42:31 +00:00 committed by Gitee
commit 1f9afcf555
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 8 additions and 9 deletions

View File

@ -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

View File

@ -23,7 +23,7 @@
%global with_modphp 1
%global with_lmdb 1
%global with_sodium 1
%global upver 8.3.12
%global upver 8.3.13
Name: php
@ -31,7 +31,7 @@ Version: %{upver}
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: http://www.php.net/
URL: https://www.php.net/
Source0: https://www.php.net/distributions/php-%{upver}.tar.xz
Source1: php.conf
Source2: php.ini
@ -60,7 +60,7 @@ Patch5: php-8.3.11-systzdata-v24.patch
Patch6: php-7.4.0-phpize.patch
Patch7: php-7.4.0-ldap_r.patch
Patch8: php-8.1.0-phpinfo.patch
Patch8: php-8.3.13-phpinfo.patch
Patch9: php-8.3.0-openssl-ec-param.patch
@ -580,11 +580,7 @@ scripting language and therefore develop “system code” more productively.
For PHP, FFI opens a way to write PHP extensions and bindings to C libraries
in pure PHP.
%package help
Summary: help
%description help
help
%package_help
%prep
%autosetup -n php-%{upver} -p1
@ -1314,6 +1310,9 @@ systemctl try-restart php-fpm.service >/dev/null 2>&1 || :
%{_mandir}/man?/*
%changelog
* Wed Oct 23 2024 Funda Wang <fundawang@yeah.net> - 8.3.13-1
- New version 8.3.13
* Wed Sep 25 2024 Funda Wang <fundawang@yeah.net> - 8.3.12-1
- New version 8.3.12