PHP5.5 install and use memcached server in windows. PHP5.5 install memcached in windows to download server resource download. csdn. after netdetailzsjangel7104727 is downloaded, decompress the package (I use a 64-bit version, and I use a 32-bit version of PHP5.5 to install memcached in windows ).
Download server resources
Http://download.csdn.net/detail/zsjangel/7104727
After the download is complete, decompress the package (I use 64-bit, I have not tried the 32-bit version, it should be OK) and enter the DOS command line
Cd first to the decompressed Directory
Then run the service registration command
Memcached.exe-d install
Uninstall Service Command: memcached.exe-d uninstall
Then start the memcached.exe-d start service.
Stop service memcached.exe-d stop
In addition, you can directly download the php_memcache.dll file of PHP in windows:
Http://download.csdn.net/detail/zsjangel/7104749
Http://www.bkjia.com/PHPjc/755284.htmlwww.bkjia.comtruehttp://www.bkjia.com/PHPjc/755284.htmlTechArticlePHP5.5 in windows install memcached method download server resources after the http://download.csdn.net/detail/zsjangel/7104727 download is complete, unzip (I use 64-bit, 32-bit version of my...