window中安装memcached以及扩展的详细步骤

白俊遥博客


一、下载软件

32位系统 1.4.4版本:http://static.runoob.com/download/memcached-win32-1.4.4-14.zip

64位系统 1.4.4版本:http://static.runoob.com/download/memcached-win64-1.4.4-14.zip

二、安装软件

解压下载的压缩包

导航栏中输入cmd命令,打开解压的路径


三、启动软件

  • 输入memcached.exe -d install 命令

  • 然后输入 memcached.exe -d start 启动命令

  • 去进程管理器中查看服务是否开启成功

四、其他命令

memcached.exe -d install //安装服务

memcached.exe -d start //启动服务

memcached.exe -d stop //停止服务

memcached.exe -d uninstall //卸载服务


五、下载扩展


查看php版本信息: 我的是 php7.2+、TS、VC15版本

php7-版本下载地址: http://windows.php.net/downloads/pecl/releases/memcache/3.0.8/

php7+版本下载地址: https://github.com/autofelix/PHP-memcache-dll


六、安装扩展

  • 将下载下来的dll文件,更名为php_memcache.dll 后复制到php.ini同级目录的扩展目录中

  • 查看php.ini的文件位置,添加以下代码

extension=php_memcache


七、查看是否安装成功

  • 通过phpinfo命令查看扩展是否正确加载


白俊遥博客
请先登录后发表评论
  • 最新评论
  • 总共0条评论