From 552b543d38cdfb0806a04a3f9a4fc42c5639c63d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 18 Dec 2018 06:45:47 +0100 Subject: v5.1.16 --- PHPINFO | 8 ++++---- REFLECTION | 6 +++--- php-pecl-apcu.spec | 5 ++++- 3 files changed, 11 insertions(+), 8 deletions(-) diff --git a/PHPINFO b/PHPINFO index 9a594fc..6666593 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,12 +2,12 @@ apcu APCu Support => Enabled -Version => 5.1.15 +Version => 5.1.16 APCu Debugging => Disabled MMAP Support => Enabled -MMAP File Mask => /tmp/apc.3VUZEd +MMAP File Mask => /tmp/apc.MxewzZ Serialization Support => php, igbinary -Build Date => Dec 7 2018 14:09:22 +Build Date => Dec 18 2018 06:38:54 Directive => Local Value => Master Value apc.enabled => On => On @@ -17,7 +17,7 @@ apc.entries_hint => 4096 => 4096 apc.gc_ttl => 3600 => 3600 apc.ttl => 0 => 0 apc.smart => 0 => 0 -apc.mmap_file_mask => /tmp/apc.3VUZEd => /tmp/apc.3VUZEd +apc.mmap_file_mask => /tmp/apc.MxewzZ => /tmp/apc.MxewzZ apc.enable_cli => On => On apc.slam_defense => Off => Off apc.preload_path => no value => no value diff --git a/REFLECTION b/REFLECTION index e1803da..c8aaa77 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #74 apcu version 5.1.15 ] { +Extension [ extension #72 apcu version 5.1.16 ] { - INI { Entry [ apc.enabled ] @@ -23,7 +23,7 @@ Extension [ extension #74 apcu version 5.1.15 ] { Current = '0' } Entry [ apc.mmap_file_mask ] - Current = '/tmp/apc.NXZOJB' + Current = '/tmp/apc.Os51NH' } Entry [ apc.enable_cli ] Current = '1' @@ -46,7 +46,7 @@ Extension [ extension #74 apcu version 5.1.15 ] { } - Constants [16] { - Constant [ integer ] { 139748954066624 } + Constant [ integer ] { 140036767940288 } 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 a01e6ac..1629a32 100644 --- a/php-pecl-apcu.spec +++ b/php-pecl-apcu.spec @@ -29,7 +29,7 @@ Name: %{?sub_prefix}php-pecl-apcu Summary: APC User Cache -Version: 5.1.15 +Version: 5.1.16 %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 +* Tue Dec 18 2018 Remi Collet - 5.1.16-1 +- update to 5.1.16 + * Fri Dec 7 2018 Remi Collet - 5.1.15-1 - update to 5.1.15 -- cgit