欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  后端开发

memcache 安装 memcache 安装 redis php memcache 扩展

程序员文章站 2022-04-18 20:16:22
...

windows 64bit 环境下安装

下载 memcache 安装包 :http://pan.baidu.com/s/1pLcjTzl

解压到d盘任意位置 , cmd(以管理员身份运行,否则安装失败) 执行命令

memcache 安装 memcache 安装 redis php memcache 扩展

memcache 安装 memcache 安装 redis php memcache 扩展

没有报错说明我们已经安装成功

下载 php_memcache.dll : https://pecl.php.net/package/memcache/3.0.8/windows

memcache 安装 memcache 安装 redis php memcache 扩展

我的是5.6的版本 所以下载 64位 TS版本

将dll扩展放入php扩展文件夹中

memcache 安装 memcache 安装 redis php memcache 扩展

在php.ini 中添加 extension=php_memcache.dll

memcache 安装 memcache 安装 redis php memcache 扩展

然后重启wampserver
注意:apache文件夹中的php.ini 是用于浏览器访问 php文件夹中的php.ini 是适用于命令行运行php脚本

php测试代码 (我的是命令行测试)

memcache 安装 memcache 安装 redis php memcache 扩展

以上就介绍了memcache 安装,包括了memcache方面的内容,希望对PHP教程有兴趣的朋友有所帮助。

相关标签: memcache