From b1d1f0b1bd564c2cddf87c30bf4cbd3cb66fd357 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 7 Dec 2020 09:01:51 +0100 Subject: update to 8.0 raise dependency on PHP 8.0 --- PHPINFO | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'PHPINFO') diff --git a/PHPINFO b/PHPINFO index 33e1dd6..194e253 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,7 +2,7 @@ memcache memcache support => enabled -Version => 4.0.5.2 +Version => 8.0 Revision => $Revision$ Directive => Local Value => Master Value @@ -17,12 +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_host_key => Off => Off +memcache.session_prefix_host_key_remove_www => On => On +memcache.session_prefix_host_key_remove_subdomain => Off => Off 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_host_key => Off => Off +memcache.prefix_host_key_remove_www => On => On +memcache.prefix_host_key_remove_subdomain => Off => Off memcache.prefix_static_key => no value => no value -- cgit