diff options
| author | Remi Collet <remi@remirepo.net> | 2018-12-18 06:45:47 +0100 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2018-12-18 06:45:47 +0100 | 
| commit | 552b543d38cdfb0806a04a3f9a4fc42c5639c63d (patch) | |
| tree | 96fe215c5bf1bad1d55f721fa762b9875a5f4932 | |
| parent | 7cf88ad99187084eb4a5fc63d7da30b41f019b3a (diff) | |
v5.1.16
| -rw-r--r-- | PHPINFO | 8 | ||||
| -rw-r--r-- | REFLECTION | 6 | ||||
| -rw-r--r-- | php-pecl-apcu.spec | 5 | 
3 files changed, 11 insertions, 8 deletions
| @@ -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 @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #74 apcu version 5.1.15 ] { +Extension [ <persistent> extension #72 apcu version 5.1.16 ] {    - INI {      Entry [ apc.enabled <SYSTEM> ] @@ -23,7 +23,7 @@ Extension [ <persistent> extension #74 apcu version 5.1.15 ] {        Current = '0'      }      Entry [ apc.mmap_file_mask <SYSTEM> ] -      Current = '/tmp/apc.NXZOJB' +      Current = '/tmp/apc.Os51NH'      }      Entry [ apc.enable_cli <SYSTEM> ]        Current = '1' @@ -46,7 +46,7 @@ Extension [ <persistent> 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 <remi@remirepo.net> - 5.1.16-1 +- update to 5.1.16 +  * Fri Dec  7 2018 Remi Collet <remi@remirepo.net> - 5.1.15-1  - update to 5.1.15 | 
