I'm working on Win7(x64), using PHP 5.3. I had installed memcached, and the this service is running with port 11211 . And the *php_memcache.dll* had been copy into ext folder and added this extension into the ini file properly. But application always report the error 'The Memcache Extension must be loaded to use Memcached Cache' and Memcache can not be used.
I knew the difference between Memcache and Memcached, and I have tried many types of memcache and php extensions, finally, it's not working as always.