Home  >  Article  >  Backend Development  >  windows php memcache扩充

windows php memcache扩充

WBOY
WBOYOriginal
2016-06-13 12:41:40882browse

windows php memcache扩展


今晚找了一晚的memcache的配置,其实,是挺简单的。难就难在那些文件的查找。所以,要把它们那个URL记下来。以后就可以容易配置啦。

Memcached 官网,可惜只有源码,没有 windows 编译版。

最新的 Windows 编译版memcached.exe


配置方法:
 
  1.下载Windows版的memache.exe的压缩包。我下载的是memcached-1.2.6-win32-bin.zip
  2.解压到合适的位置如:D:memached目录下面。
  3.进入命令行切换到该目录下面,可以用dir看一下目录下面的文件信息。
  4. 输入:memached.exe -d install 安装服务器。
  5. 输入:memached.exe -d start启动服务器,等到下次启动系统的时候,此服务会自动启动。默认的端口号为11211.
  6.到网上下载php_memache.dll放到php目录的ext子目录下,为了使得能正常使用,最好下载和php版本一致的模块包。
  7.在php.ini文件中导入'extension=php_memcache.dll'

php_memache.dll的官方下载网址找不到啊,如果有谁知道的话,请转告一声。



Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn