diff options
author | Remi Collet <remi@remirepo.net> | 2019-02-08 11:58:12 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-02-08 11:58:12 +0100 |
commit | f484a0e6d6deb95e808558792a6f399219ee6f3a (patch) | |
tree | 255e3dd9e96b6704b56f9adaa49cf60d5278aea6 | |
parent | 552b543d38cdfb0806a04a3f9a4fc42c5639c63d (diff) |
v5.1.17
-rw-r--r-- | PHPINFO | 10 | ||||
-rw-r--r-- | REFLECTION | 8 | ||||
-rw-r--r-- | php-pecl-apcu.spec | 7 |
3 files changed, 14 insertions, 11 deletions
@@ -2,22 +2,22 @@ apcu APCu Support => Enabled -Version => 5.1.16 +Version => 5.1.17 APCu Debugging => Disabled MMAP Support => Enabled -MMAP File Mask => /tmp/apc.MxewzZ +MMAP File Mask => /tmp/apc.GR4vQm Serialization Support => php, igbinary -Build Date => Dec 18 2018 06:38:54 +Build Date => Feb 8 2019 11:54:42 Directive => Local Value => Master Value apc.enabled => On => On apc.shm_segments => 1 => 1 -apc.shm_size => 32M => 32M +apc.shm_size => 256M => 256M apc.entries_hint => 4096 => 4096 apc.gc_ttl => 3600 => 3600 apc.ttl => 0 => 0 apc.smart => 0 => 0 -apc.mmap_file_mask => /tmp/apc.MxewzZ => /tmp/apc.MxewzZ +apc.mmap_file_mask => /tmp/apc.GR4vQm => /tmp/apc.GR4vQm apc.enable_cli => On => On apc.slam_defense => Off => Off apc.preload_path => no value => no value @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #72 apcu version 5.1.16 ] { +Extension [ <persistent> extension #75 apcu version 5.1.17 ] { - INI { Entry [ apc.enabled <SYSTEM> ] @@ -8,7 +8,7 @@ Extension [ <persistent> extension #72 apcu version 5.1.16 ] { Current = '1' } Entry [ apc.shm_size <SYSTEM> ] - Current = '32M' + Current = '256M' } Entry [ apc.entries_hint <SYSTEM> ] Current = '4096' @@ -23,7 +23,7 @@ Extension [ <persistent> extension #72 apcu version 5.1.16 ] { Current = '0' } Entry [ apc.mmap_file_mask <SYSTEM> ] - Current = '/tmp/apc.Os51NH' + Current = '/tmp/apc.SvCmZg' } Entry [ apc.enable_cli <SYSTEM> ] Current = '1' @@ -46,7 +46,7 @@ Extension [ <persistent> extension #72 apcu version 5.1.16 ] { } - Constants [16] { - Constant [ integer ] { 140036767940288 } + Constant [ integer ] { 139780637056704 } Constant [ integer APC_LIST_ACTIVE ] { 1 } Constant [ integer APC_LIST_DELETED ] { 2 } Constant [ integer APC_ITER_TYPE ] { 1 } diff --git a/php-pecl-apcu.spec b/php-pecl-apcu.spec index 1629a32..0e0d665 100644 --- a/php-pecl-apcu.spec +++ b/php-pecl-apcu.spec @@ -3,7 +3,7 @@ # # Fedora spec file for php-pecl-apcu # -# Copyright (c) 2013-2018 Remi Collet +# Copyright (c) 2013-2019 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # @@ -29,7 +29,7 @@ Name: %{?sub_prefix}php-pecl-apcu Summary: APC User Cache -Version: 5.1.16 +Version: 5.1.17 %if 0%{?gh_date:1} Release: 0.4.%{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 @@ -320,6 +320,9 @@ fi %changelog +* Fri Feb 8 2019 Remi Collet <remi@remirepo.net> - 5.1.17-1 +- update to 5.1.17 + * Tue Dec 18 2018 Remi Collet <remi@remirepo.net> - 5.1.16-1 - update to 5.1.16 |