v5.1.14
This commit is contained in:
parent
2d11ef0ace
commit
e8bbe3c2a3
1
.gitignore
vendored
1
.gitignore
vendored
@ -18,3 +18,4 @@ clog
|
|||||||
/apcu-5.1.11.tgz
|
/apcu-5.1.11.tgz
|
||||||
/apcu-5.1.12.tgz
|
/apcu-5.1.12.tgz
|
||||||
/apcu-5.1.13.tgz
|
/apcu-5.1.13.tgz
|
||||||
|
/apcu-5.1.14.tgz
|
||||||
|
2
apcu.ini
2
apcu.ini
@ -48,7 +48,7 @@ apc.mmap_file_mask=/tmp/apc.XXXXXX
|
|||||||
; A key is considered "slammed" if it was the last key set,
|
; A key is considered "slammed" if it was the last key set,
|
||||||
; and a context other than the current one set it ( ie. it
|
; and a context other than the current one set it ( ie. it
|
||||||
; was set by another process or thread )
|
; was set by another process or thread )
|
||||||
;apc.slam_defense=1
|
;apc.slam_defense=0
|
||||||
|
|
||||||
; Defines which serializer should be used
|
; Defines which serializer should be used
|
||||||
; Default is the standard PHP serializer.
|
; Default is the standard PHP serializer.
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
|
|
||||||
Name: php-pecl-apcu
|
Name: php-pecl-apcu
|
||||||
Summary: APC User Cache
|
Summary: APC User Cache
|
||||||
Version: 5.1.13
|
Version: 5.1.14
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Source0: http://pecl.php.net/get/%{pecl_name}-%{version}.tgz
|
Source0: http://pecl.php.net/get/%{pecl_name}-%{version}.tgz
|
||||||
Source1: %{pecl_name}.ini
|
Source1: %{pecl_name}.ini
|
||||||
@ -216,6 +216,9 @@ REPORT_EXIT_STATUS=1 \
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Nov 21 2018 Remi Collet <remi@remirepo.net> - 5.1.14-1
|
||||||
|
- update to 5.1.14 (stable)
|
||||||
|
|
||||||
* Mon Nov 19 2018 Remi Collet <remi@remirepo.net> - 5.1.13-1
|
* Mon Nov 19 2018 Remi Collet <remi@remirepo.net> - 5.1.13-1
|
||||||
- update to 5.1.13 (stable)
|
- update to 5.1.13 (stable)
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (apcu-5.1.13.tgz) = 2f98c83b1180277f50cf24e9c597311ed67e55b4661b4bb5acf0ec2245bd69f4d25936f2010b973c67425bfa4e132e2bfd4f39e921e4eb2e506a17b9f37cfb10
|
SHA512 (apcu-5.1.14.tgz) = 68a39ae327ed1d75891b454e802e043b9bd5fe40a720537b342896dff87966db238bbc7d155fde87f69ea88607a38d88975eaa3292b1dbe1ed760b3a6a11dc85
|
||||||
|
Loading…
Reference in New Issue
Block a user