From 7a8f4193836a81b31c51eb69cc4eaa22a62c2836 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 19 Mar 2019 12:37:08 +0100 Subject: update to 4.0.2 from https://github.com/websupport-sk/pecl-memcache add patch for PHP < 7.2 from https://github.com/websupport-sk/pecl-memcache/pull/40 add patch to allow session.save_path from https://github.com/websupport-sk/pecl-memcache/pull/45 --- PHPINFO | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'PHPINFO') diff --git a/PHPINFO b/PHPINFO index 8b0f580..1e53c44 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,7 +2,7 @@ memcache memcache support => enabled -Version => 3.0.9-dev +Version => 4.0.2 Revision => $Revision$ Directive => Local Value => Master Value @@ -17,3 +17,12 @@ memcache.redundancy => 1 => 1 memcache.session_redundancy => 2 => 2 memcache.compress_threshold => 20000 => 20000 memcache.lock_timeout => 15 => 15 +memcache.session_prefix_host_key => 0 => 0 +memcache.session_prefix_host_key_remove_www => 1 => 1 +memcache.session_prefix_host_key_remove_subdomain => 0 => 0 +memcache.session_prefix_static_key => no value => no value +memcache.session_save_path => no value => no value +memcache.prefix_host_key => 0 => 0 +memcache.prefix_host_key_remove_www => 1 => 1 +memcache.prefix_host_key_remove_subdomain => 0 => 0 +memcache.prefix_static_key => no value => no value -- cgit