summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PHPINFO10
-rw-r--r--REFLECTION8
-rw-r--r--apcu-5.1.2.ini2
-rw-r--r--php-pecl-apcu.spec5
4 files changed, 14 insertions, 11 deletions
diff --git a/PHPINFO b/PHPINFO
index ab5c0a5..f7013dc 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -2,12 +2,12 @@
apcu
APCu Support => Enabled
-Version => 5.1.13
+Version => 5.1.14
APCu Debugging => Disabled
MMAP Support => Enabled
-MMAP File Mask => /tmp/apc.61w5Wp
+MMAP File Mask => /tmp/apc.C1wY1r
Serialization Support => php, igbinary
-Build Date => Nov 19 2018 08:33:33
+Build Date => Nov 21 2018 08:05:03
Directive => Local Value => Master Value
apc.enabled => On => On
@@ -17,9 +17,9 @@ apc.entries_hint => 4096 => 4096
apc.gc_ttl => 3600 => 3600
apc.ttl => 0 => 0
apc.smart => 0 => 0
-apc.mmap_file_mask => /tmp/apc.61w5Wp => /tmp/apc.61w5Wp
+apc.mmap_file_mask => /tmp/apc.C1wY1r => /tmp/apc.C1wY1r
apc.enable_cli => On => On
-apc.slam_defense => On => On
+apc.slam_defense => Off => Off
apc.preload_path => no value => no value
apc.coredump_unmap => Off => Off
apc.use_request_time => On => On
diff --git a/REFLECTION b/REFLECTION
index 0f813ce..9731747 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #74 apcu version 5.1.13 ] {
+Extension [ <persistent> extension #74 apcu version 5.1.14 ] {
- INI {
Entry [ apc.enabled <SYSTEM> ]
@@ -23,13 +23,13 @@ Extension [ <persistent> extension #74 apcu version 5.1.13 ] {
Current = '0'
}
Entry [ apc.mmap_file_mask <SYSTEM> ]
- Current = '/tmp/apc.au3ndM'
+ Current = '/tmp/apc.EZamNP'
}
Entry [ apc.enable_cli <SYSTEM> ]
Current = '1'
}
Entry [ apc.slam_defense <SYSTEM> ]
- Current = '1'
+ Current = '0'
}
Entry [ apc.preload_path <SYSTEM> ]
Current = ''
@@ -46,7 +46,7 @@ Extension [ <persistent> extension #74 apcu version 5.1.13 ] {
}
- Constants [16] {
- Constant [ integer ] { 140515887418608 }
+ Constant [ integer ] { 140515964505744 }
Constant [ integer APC_LIST_ACTIVE ] { 1 }
Constant [ integer APC_LIST_DELETED ] { 2 }
Constant [ integer APC_ITER_TYPE ] { 1 }
diff --git a/apcu-5.1.2.ini b/apcu-5.1.2.ini
index b38681d..13df71c 100644
--- a/apcu-5.1.2.ini
+++ b/apcu-5.1.2.ini
@@ -48,7 +48,7 @@ apc.mmap_file_mask=/tmp/apc.XXXXXX
; 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
+;apc.slam_defense=0
; Defines which serializer should be used
; Default is the standard PHP serializer.
diff --git a/php-pecl-apcu.spec b/php-pecl-apcu.spec
index 6a8d79b..2191d61 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.13
+Version: 5.1.14
%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
+* Wed Nov 21 2018 Remi Collet <remi@remirepo.net> - 5.1.14-3
+- update to 5.1.14
+
* Mon Nov 19 2018 Remi Collet <remi@remirepo.net> - 5.1.13-3
- update to 5.1.13