From cf4f67ce9bebd1d2c1377e31bfdfc6832c2bd5ea Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 19 Mar 2019 10:21:22 +0100 Subject: add PHPINFO --- PHPINFO | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 PHPINFO diff --git a/PHPINFO b/PHPINFO new file mode 100644 index 0000000..8b0f580 --- /dev/null +++ b/PHPINFO @@ -0,0 +1,19 @@ + +memcache + +memcache support => enabled +Version => 3.0.9-dev +Revision => $Revision$ + +Directive => Local Value => Master Value +memcache.allow_failover => 1 => 1 +memcache.max_failover_attempts => 20 => 20 +memcache.default_port => 11211 => 11211 +memcache.chunk_size => 32768 => 32768 +memcache.protocol => ascii => ascii +memcache.hash_strategy => consistent => consistent +memcache.hash_function => crc32 => crc32 +memcache.redundancy => 1 => 1 +memcache.session_redundancy => 2 => 2 +memcache.compress_threshold => 20000 => 20000 +memcache.lock_timeout => 15 => 15 -- cgit