I\'ve pasted the example from php.net for using memcached in php and I\'m getting:
Fatal error: Class \'Memcache\' not found
I have this in m
There are two extensions for memcached in PHP, "memcache" and "memcached".
It looks like you're trying to use one ("memcache"), but the other is installed ("memcached").