8.3.13
(cherry picked from commit 8567a100e57c9308b2398b436e1c12b7c5bd9993)
This commit is contained in:
parent
487de03250
commit
7965f01086
@ -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
|
||||
Binary file not shown.
15
php.spec
15
php.spec
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user