Home  >  Article  >  Backend Development  >  Memcache装配方法(安装文件下载),php_memcache.dll下载

Memcache装配方法(安装文件下载),php_memcache.dll下载

WBOY
WBOYOriginal
2016-06-13 10:30:28781browse

Memcache安装方法(安装文件下载),php_memcache.dll下载
memcache介绍:
memcache的版本为:2系列
5.2.9版的php_memcache.dll的版本 80k
5.3.6版的php_memcache.dll的版本 81k
------------------------------------------
Windows下的Memcache安装 :
1. 解压附件中的Memcache.rar放某个盘下面,比如在c:\memcached
2. 在终端(也即cmd命令界面)下输入 ‘c:\memcached\memcached.exe -d install’ 安装[此处路径为你的memcached的存放路径]
3. 再输入: ‘c:\memcached\memcached.exe -d start’ 启动。NOTE: 以后memcached将作为windows的一个服务每次开机时自动启动。这样服务器端已经安装完毕了。
4.下载php_memcache.dll ,请自己查找对应的php版本的文件
5. 在C:\winnt\php.ini 加入一行 ‘extension=php_memcache.dll’[dll文件夹内有php5.2和php5.3的php_memcache.dll]
6.将对应的dll文件拷贝到php安装目录的ext文件夹内
6.重新启动Apache或iis,然后查看一下phpinfo,如果有memcache,那么就说明安装成功!
本文提供下载

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