jared_palmer10776
New member
I'm trying to add memcached php extension, but it seems Wordpress and zeslecp can't see it. I've done the global install of memcached using
Done all the typical config and confirmed it is definitely running on the server.
I've also tried installing it into the buried php I found using:
I've added the line extension=memcached.so into every php ini file I can find, both from withing the zeslecp ini editor as well as other php.ini files I found in the file system, but I just can't seem to make wordpress (running php 8.1 by the way) recognize that memcached is there and running.
Any ideas how to get it installed? I'm honestly surprised such a common extension recommended by Wordpress wasn't included by default.
Code:
sudo yum install memcached
I've also tried installing it into the buried php I found using:
Code:
yum install ze-php81-php memcached
I've added the line extension=memcached.so into every php ini file I can find, both from withing the zeslecp ini editor as well as other php.ini files I found in the file system, but I just can't seem to make wordpress (running php 8.1 by the way) recognize that memcached is there and running.
Any ideas how to get it installed? I'm honestly surprised such a common extension recommended by Wordpress wasn't included by default.