summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-06-07 14:48:06 +0200
committerRemi Collet <fedora@famillecollet.com>2016-06-07 14:48:06 +0200
commit335a544409de3b06c3ba7c15ebb70084880270de (patch)
treef98da0128b608ff6305625d5bbddd8a42be12145
parent73dc64d8554381490d85ad911526b6d2f3b51497 (diff)
php-pecl-apcu: 5.1.5
-rw-r--r--REFLECTION-PHP76
-rw-r--r--apcu-5.0.0.ini66
-rw-r--r--php-pecl-apcu-php7.spec7
3 files changed, 8 insertions, 71 deletions
diff --git a/REFLECTION-PHP7 b/REFLECTION-PHP7
index 809c7b3..0c8f5d1 100644
--- a/REFLECTION-PHP7
+++ b/REFLECTION-PHP7
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #59 apcu version 5.1.4 ] {
+Extension [ <persistent> extension #59 apcu version 5.1.5 ] {
- INI {
Entry [ apc.enabled <SYSTEM> ]
@@ -23,7 +23,7 @@ Extension [ <persistent> extension #59 apcu version 5.1.4 ] {
Current = '0'
}
Entry [ apc.mmap_file_mask <SYSTEM> ]
- Current = '/tmp/apc.6c30EK'
+ Current = '/tmp/apc.xbIfwt'
}
Entry [ apc.enable_cli <SYSTEM> ]
Current = '1'
@@ -49,7 +49,7 @@ Extension [ <persistent> extension #59 apcu version 5.1.4 ] {
}
- Constants [16] {
- Constant [ integer ] { 140696585036304 }
+ Constant [ integer ] { 140193821331984 }
Constant [ integer APC_LIST_ACTIVE ] { 1 }
Constant [ integer APC_LIST_DELETED ] { 2 }
Constant [ integer APC_ITER_TYPE ] { 1 }
diff --git a/apcu-5.0.0.ini b/apcu-5.0.0.ini
deleted file mode 100644
index 757eff2..0000000
--- a/apcu-5.0.0.ini
+++ /dev/null
@@ -1,66 +0,0 @@
-; Enable APCu extension module
-extension = apcu.so
-
-; Enable APC compatibility extension module
-extension = apc.so
-
-; This can be set to 0 to disable APCu
-apc.enabled=1
-
-; Setting this enables APCu for the CLI version of PHP
-; (Mostly for testing and debugging).
-;apc.enable_cli=0
-
-; Sets the path to text files containing caches to load from disk upon
-; initialization of APCu. preload_path should be a directory where each
-; file follows $key.data where $key should be used as the entry name
-; and the contents of the file contains serialized data to use as the value
-; of the entry.
-;apc.preload_path=
-
-; The size of each shared memory segment, with M/G suffixe
-;apc.shm_size=32M
-
-; The number of seconds a cache entry is allowed to idle in a slot in case
-; this cache entry slot is needed by another entry.
-;apc.ttl=0
-
-; The number of seconds that a cache entry may remain on the
-; garbage-collection list.
-;apc.gc_ttl=3600
-
-; If you begin to get low on resources, an expunge of the cache
-; is performed if it is less than half full. This is not always
-; a suitable way of determining if an expunge of the cache
-; should be per apc.smart allows you to set a runtime configuration
-; value which is used to determine if an expunge should be run
-; if (available_size < apc.smart * requested_size)
-;apc.smart=0
-
-; A "hint" about the number variables expected in the cache.
-; Set to zero or omit if you are not sure;
-;apc.entries_hint=4096
-
-; The mktemp-style file_mask to pass to the mmap module
-apc.mmap_file_mask=/tmp/apc.XXXXXX
-
-; On very busy servers whenever you start the server or
-; modify files you can create a race of many processes
-; all trying to cache the same data at the same time.
-; By default, APCu attempts to prevent "slamming" of a key.
-; A key is considered "slammed" if it was the last key set,
-; and a context other than the current one set it ( ie. it
-; was set by another process or thread )
-;apc.slam_defense=1
-
-; Defines which serializer should be used
-; Default is the standard PHP serializer.
-;apc.serializer='default'
-
-; use the SAPI request start time for TTL
-;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
-; order to exclude it from the core file
-;apc.coredump_unmap=0
diff --git a/php-pecl-apcu-php7.spec b/php-pecl-apcu-php7.spec
index 1143e3d..251cf4c 100644
--- a/php-pecl-apcu-php7.spec
+++ b/php-pecl-apcu-php7.spec
@@ -11,7 +11,7 @@
#
%if 0%{?scl:1}
%global sub_prefix %{scl_prefix}
-%scl_package php-pecl-apcu
+%scl_package php-pecl-apcu
%endif
%global bootstrap 0
@@ -26,7 +26,7 @@
Name: %{?sub_prefix}php-pecl-apcu
Summary: APC User Cache
-Version: 5.1.4
+Version: 5.1.5
%if 0%{?gh_date:1}
Release: 0.2.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{pecl_name}-%{version}-%{gh_short}.tar.gz
@@ -308,6 +308,9 @@ fi
%changelog
+* Tue Jun 7 2016 Remi Collet <remi@fedoraproject.org> - 5.1.5-1
+- Update to 5.1.5 (php 7, stable)
+
* Thu May 12 2016 Remi Collet <remi@fedoraproject.org> - 5.1.4-1
- Update to 5.1.4 (php 7, stable)