Compare commits
No commits in common. "stream-php-8.0-rhel-8.10.0" and "c8-stream-7.4" have entirely different histories.
stream-php
...
c8-stream-
8
.gitignore
vendored
8
.gitignore
vendored
@ -1,7 +1 @@
|
||||
clog
|
||||
/apcu-5.1.11.tgz
|
||||
/apcu-5.1.12.tgz
|
||||
/apcu-5.1.17.tgz
|
||||
/apcu-5.1.18.tgz
|
||||
/apcu-5.1.21.tgz
|
||||
/apcu-5.1.20.tgz
|
||||
SOURCES/apcu-5.1.18.tgz
|
||||
|
1
.php-pecl-apcu.metadata
Normal file
1
.php-pecl-apcu.metadata
Normal file
@ -0,0 +1 @@
|
||||
feb857e48c942501f16760460427a5c902eb7a98 SOURCES/apcu-5.1.18.tgz
|
@ -3,7 +3,15 @@ Alias /apcu-panel /usr/share/apcu-panel
|
||||
|
||||
<Directory /usr/share/apcu-panel>
|
||||
<IfModule mod_authz_core.c>
|
||||
# Apache 2.4
|
||||
Require local
|
||||
</IfModule>
|
||||
<IfModule !mod_authz_core.c>
|
||||
# Apache 2.2
|
||||
Order Deny,Allow
|
||||
Deny from All
|
||||
Allow from 127.0.0.1
|
||||
Allow from ::1
|
||||
</IfModule>
|
||||
</Directory>
|
||||
|
@ -55,7 +55,7 @@ apc.mmap_file_mask=/tmp/apc.XXXXXX
|
||||
;apc.serializer='php'
|
||||
|
||||
; use the SAPI request start time for TTL
|
||||
;apc.use_request_time=0
|
||||
;apc.use_request_time=1
|
||||
|
||||
; Enables APCu handling of signals, such as SIGSEGV, that write core files
|
||||
; when signaled. APCu will attempt to unmap the shared memory segment in
|
@ -1,6 +1,6 @@
|
||||
# RHEL / Fedora spec file for php-pecl-apcu
|
||||
#
|
||||
# Copyright (c) 2013-2021 Remi Collet
|
||||
# Copyright (c) 2013-2020 Remi Collet
|
||||
# License: CC-BY-SA
|
||||
# http://creativecommons.org/licenses/by-sa/4.0/
|
||||
#
|
||||
@ -16,19 +16,18 @@
|
||||
|
||||
Name: php-pecl-apcu
|
||||
Summary: APC User Cache
|
||||
Version: 5.1.20
|
||||
Version: 5.1.18
|
||||
Release: 1%{?dist}
|
||||
Source0: https://pecl.php.net/get/%{pecl_name}-%{version}.tgz
|
||||
Source0: http://pecl.php.net/get/%{pecl_name}-%{version}.tgz
|
||||
Source1: %{pecl_name}.ini
|
||||
Source2: %{pecl_name}-panel.conf
|
||||
Source3: %{pecl_name}.conf.php
|
||||
|
||||
License: PHP
|
||||
URL: https://pecl.php.net/package/APCu
|
||||
URL: http://pecl.php.net/package/APCu
|
||||
|
||||
BuildRequires: make
|
||||
BuildRequires: gcc
|
||||
BuildRequires: php-devel
|
||||
BuildRequires: php-devel > 7
|
||||
BuildRequires: php-pear
|
||||
BuildRequires: pcre-devel
|
||||
|
||||
@ -216,9 +215,6 @@ REPORT_EXIT_STATUS=1 \
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Dec 14 2021 Remi Collet <rcollet@redhat.com> - 5.1.20-1
|
||||
- update to 5.1.20
|
||||
|
||||
* Thu May 14 2020 Remi Collet <rcollet@redhat.com> - 5.1.18-1
|
||||
- update to 5.1.18
|
||||
|
Loading…
Reference in New Issue
Block a user