Does Litespeed works correctly with memcached client

redstrike

Well-Known Member
#1
I see the memcache client is nearly out-of-date. Does Litespeed support memcached client? It is more stable and has more features than memache.

Thank you.
 

webizen

Well-Known Member
#4
I mean LS support it in the build PHP wizard like Memache, for easy setup.
it depends on how the extension gets compiled in regular php (http://php.net/manual/en/memcached.installation.php). since memcached is a pecl package, what was provided to you in the previous post is the standard way to compile in lsphp. you can also use '--with-libmemcached-dir=...' option in php compile GUI which is closer to what you desire.
 
Top