diff options
author | Remi Collet <remi@remirepo.net> | 2019-03-19 10:21:22 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-03-19 10:21:22 +0100 |
commit | cf4f67ce9bebd1d2c1377e31bfdfc6832c2bd5ea (patch) | |
tree | 18ad263938dd87c728099f0d5c7f6f691be36d45 /PHPINFO | |
parent | 18df250a7b8c862d203f4a154836d11c19016531 (diff) |
add PHPINFO
Diffstat (limited to 'PHPINFO')
-rw-r--r-- | PHPINFO | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -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 |