View Single Post
  #4  
Old 01-18-2013, 11:25 AM
webizen webizen is offline
LiteSpeed Staff
 
Join Date: Oct 2010
Posts: 2,339
Quote:
Originally Posted by redstrike View Post
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.
Reply With Quote