标签:
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扩展
原文地址:http://www.cnblogs.com/hanyouchun/p/5239568.html