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.
The error you’re getting is typically caused due to an incompatible version (
Possible duplicate).You could upgrade from 5.3 to 5.4.6
hereand either build memcache yourself or trythis dll.Alternatively you can try
this dllfor your current installation of PHP.It’s unfortunate but there is no maintained version of PECL binaries for windows. You should consider joining us privileged ones on a *nix environment 🙂