mac下快速安装gearman和php扩展
Posted 悲惨的大爷
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了mac下快速安装gearman和php扩展相关的知识,希望对你有一定的参考价值。
1.brew install gearman
用brew安装gearman
2.pecl install gearman
用pecl安装php的gearman扩展
3.ln -s /usr/local/opt/gearman/sbin/gearmand /usr/local/bin
把gearmand命令加入到bin下
以上是关于mac下快速安装gearman和php扩展的主要内容,如果未能解决你的问题,请参考以下文章