以下都在 Linux 下操作
如何 安装 Gearman 服务器端:
http://blog.chinaunix.net/uid-28543558-id-3469126.html
如何安装PHP:
http://blog.chinaunix.net/space.php?uid=28543558&do=blog&id=3468003
1、下载PHP Gearman的扩展
2、解压和安装
tar zxvf gearman-1.1.1.tgz
cd gearman-1.1.1
/usr/local/php/bin/phpize
./configure --with-gearman=/usr/local/gearmand/ --with-php-config=/usr/local/php/bin/php-config
make
make install
3、打开 php.ini 添加如下一行
extension=gearman.so
4、查看PHP是否安装上了 Gearman 模块
阅读(312) | 评论(0) | 转发(0) |