Ask a question about configuring PHP memcache under Windows
PHP works correctly, memcache configuration is unsuccessful
According to the information on the Internet, download the Php_memcache.dll
To modify PHP.ini, add the following: Extension=php_memcache.dll
But not successful, do not know what reason, pointing out, thank you
------Solution--------------------
Php_memcache.dll needs to be compatible with your PHP version
Http://downloads.php.net/pierre/
------Solution--------------------
References:
Reference: Modified php.ini, right?
Did you restart the service after you modified it?
At the bottom of the php.ini file, you added
Extension=php_memcache.dll
and also restarted Apache.
Print Phpinfo to see if the INI file is loaded with the same path file as you modified
------Solution--------------------
Confirm that the php.ini you modified is the one that came into effect.
It's best to tell your installation environment
------Solution--------------------
You still have to check carefully if the path you php.ini is in effect.
------Solution--------------------
Your configuration is not successful is not loaded? Or are you wrong to think that this DLL is a server side? I was curious to know