From f484a0e6d6deb95e808558792a6f399219ee6f3a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 8 Feb 2019 11:58:12 +0100 Subject: v5.1.17 --- PHPINFO | 10 +++++----- REFLECTION | 8 ++++---- php-pecl-apcu.spec | 7 +++++-- 3 files changed, 14 insertions(+), 11 deletions(-) diff --git a/PHPINFO b/PHPINFO index 6666593..5833f2a 100644 --- a/PHPINFO +++ b/PHPINFO @@ -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 diff --git a/REFLECTION b/REFLECTION index c8aaa77..d2fe928 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #72 apcu version 5.1.16 ] { +Extension [ extension #75 apcu version 5.1.17 ] { - INI { Entry [ apc.enabled ] @@ -8,7 +8,7 @@ Extension [ extension #72 apcu version 5.1.16 ] { Current = '1' } Entry [ apc.shm_size ] - Current = '32M' + Current = '256M' } Entry [ apc.entries_hint ] Current = '4096' @@ -23,7 +23,7 @@ Extension [ extension #72 apcu version 5.1.16 ] { Current = '0' } Entry [ apc.mmap_file_mask ] - Current = '/tmp/apc.Os51NH' + Current = '/tmp/apc.SvCmZg' } Entry [ apc.enable_cli ] Current = '1' @@ -46,7 +46,7 @@ Extension [ 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 - 5.1.17-1 +- update to 5.1.17 + * Tue Dec 18 2018 Remi Collet - 5.1.16-1 - update to 5.1.16 -- cgit