wordpress开启memcached windows系统php扩展

扩展下载地址:https://github.com/lifenglsf/php_memcached_dll/tree/master/3.1.5/basic 选择你的系统和php版本
10efa2cc2294f20d1aaa2ca759098a785318
  安装php-memcached 官方扩展库里面没有,找了很久才找到windows的memcached扩展: php-memcached扩展地址https://github.com/lifenglsf/php_memcached_dll 下载完之后,找到对应版本的扩展包,(注意确认php版本、是否线程安全、以及架构是x86还是x64) 1. 将php_memcached.dll 复制到你运行的php的ext目录。 2. 将libmemcached.dll 复制到 c:Windows 3. 最重要的修改php.ini,添加: [Memcached] extension=php_memcached.dll 启用扩展。 4. 重启WebServer,查看phpinfo。如果能搜索到memcached,就说明安装成功了。 安装php-memcache 这个官方扩展库里面有,就方便的多。 https://pecl.php.net/package/memcache 1. 找到对应的版本,下载解压。 2. 将php_memcache.dll添加到你运行的php的ext目录 3. 修改php.ini,添加: [Memcache] extension=memcache 4. 重启WebServer,查看phpinfo。如果能搜索到memcache扩展,就说明安装成功了。
© 版权声明
THE END
喜欢就支持一下吧
点赞5 分享
评论 抢沙发
头像
欢迎您留下宝贵的见解!插入图片请使用ssl
提交
头像

昵称

取消
昵称表情代码图片

    暂无评论内容