How to install memcached in PHP5.5 under windows
Download server resources
http://download.csdn.net/detail/zsjangel/7104727
After the download is completed, unzip it (I am using the 64-bit version, I have not tried the 32-bit version, there should be no problem), enter the DOS command line
First cd to the unzipped directory
Then execute the service registration command
memcached.exe -d install
Uninstall service command memcached.exe -d uninstall
Then start the service memcached.exe -d start
Stop service memcached.exe -d stop
In addition, you can directly download the php_memcache.dll file of PHP under windows here:
http://download.csdn.net/detail/zsjangel/7104749