1. Download and install the extension:
(Includes: php 5.3.* php 5.4.* php 5.5.* windows32 bit and windows64 bit version)
:
http://download.csdn.net/detail/wujiangwei567/8521131
After the download is complete, locate the Ext folder in the PHP installation directory and put the Php_memcache.dll file in
Then locate php.ini file, open,
Find the following line, remove the preceding semicolon and save it, without the direct addition of this sentence
Extension=php_memcache.dll
2. Download Memcache.exe (the extension package above contains this file)
Put it in your custom folder
such as: D:\memcache\memcache.exe
Then, locate the C:\Windows\System32\cmd.exe file
Right-click to run as Administrator, this is particularly important,
If your machine does not have administrator privileges, it will not install successfully!
Go to directory and execute
D:\memcache\memcache.exe-d installd:\memcache\memcache.exe-d Start
OK, now restart your Apache or Nginx and other server printing phpinfo should be able to see the memcache extension.
Installing various versions of Memcache under Windows