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下

原文地址:https://www.cnblogs.com/hanyouchun/p/5239568.html