Replies: 1
Hi,
I have memcached install but it’s not recognized by the plugin, the plugin display status:
Memcached Extension: Disabled
Redis Extension: Disabled
While on the server:
[root@sev ~]# php -i | grep memcach
/opt/cpanel/ea-php71/root/etc/php.d/20-memcache.ini,
memcache
memcache support => enabled
memcache.allow_failover => 1 => 1
memcache.chunk_size => 32768 => 32768
memcache.compress_threshold => 20000 => 20000
memcache.default_port => 11211 => 11211
memcache.hash_function => crc32 => crc32
memcache.hash_strategy => consistent => consistent
memcache.lock_timeout => 15 => 15
memcache.max_failover_attempts => 20 => 20
memcache.protocol => ascii => ascii
memcache.redundancy => 1 => 1
memcache.session_redundancy => 2 => 2
Registered save handlers => files user memcache
EHIST_LAST_COMMAND => 1006 20180730 – 17:09:17 – php -m | grep memcache
$_SERVER[‘EHIST_LAST_COMMAND’] => 1006 20180730 – 17:09:17 – php -m | grep memcache
How can I fix it please?
Thanks.