Home > Article > Backend Development > Share how to install and use memcached server in Windows using PHP5.5
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 Unzipped directory
Then execute the service registration command
memcached.exe -d install
Uninstall service commandmemcached.exe -d uninstall
Then start the servicememcached .exe -d start
Stop servicememcached.exe -d stop
In addition, you can download PHP directly here. php_memcache.dll file under windows:
http://download.csdn.net/detail/zsjangel/7104749
##Related learning recommendations :
The above is the detailed content of Share how to install and use memcached server in Windows using PHP5.5. For more information, please follow other related articles on the PHP Chinese website!