Home  >  Article  >  Backend Development  >  Share how to install and use memcached server in Windows using PHP5.5

Share how to install and use memcached server in Windows using PHP5.5

coldplay.xixi
coldplay.xixiforward
2020-07-24 17:29:331935browse

 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

PHP5.5在windows使用memcached服务端的方法

In addition, you can download PHP directly here. php_memcache.dll file under windows:

http://download.csdn.net/detail/zsjangel/7104749

Share how to install and use memcached server in Windows using PHP5.5
##Related learning recommendations :

PHP programming from entry to proficiency

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!

Statement:
This article is reproduced at:jb51.net. If there is any infringement, please contact admin@php.cn delete