一、下载软件
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命令查看扩展是否正确加载
本文为白俊遥原创文章,转载无需和我联系,但请注明来自白俊遥技术文章