How do I install memcached.so ?

#1
I was able to install the memcache.so library and use the memcache API in my code, but how do i use the memcached API in my code?

When i do

$mc = new Memcached();

i get an error that says classes not found. The memcache() instance works. I take it i have to install memcached.so, but how do i do that?

I installed memcache.so using the litespeed control panel.
 
Top