php开启memcached模块

Posted xun-mi

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php开启memcached模块相关的知识,希望对你有一定的参考价值。

1.下载对应的dll文件

https://windows.php.net/downloads/pecl/releases/memcache/3.0.8/

ts和nts的选择
通过phpinfo(); 查看其中的 Thread Safety 项,这个项目就是查看是否是线程安全,
如果是:enabled,一般来说应该是ts版,否则是nts版。

2.放入..\php\ext

3.修改php.ini,引入dll

4.重启apache



以上是关于php开启memcached模块的主要内容,如果未能解决你的问题,请参考以下文章

windows下网站怎么开启memcache

Discuz 如何开启 memcache

memcache,php装载memcache模块

无法安装 memcache php 模块

win10 64位安装memcache扩展和开启redis扩展

添加php的memcached扩展模块