摘要: php 重启 通过下面 命令查看本地php 安装版本 brew services list 然后执行下面命令重启 brew services restart php@7.4 nginx重启 sudo nginx -s reload 阅读全文
posted @ 2021-04-14 16:51 蓝晓焰 阅读(249) 评论(0) 推荐(0) 编辑
摘要: 找到指定版本redis http://pecl.php.net/package/redis tar zxf redis-5.3.1.tgz cd redis-5.3.1 通过phpize生成编译configure配置文件 phpize 执行 php-config 获取 php-config 路径 p 阅读全文
posted @ 2021-04-14 16:49 蓝晓焰 阅读(310) 评论(0) 推荐(0) 编辑