请任何人帮助我在Windows XP上安装gearman php扩展。 我在我的系统上安装了xampp 1.7.7,并且在我的系统上安装了Cygwin,libevent-1.4.14b-stable和gearmand。 请让我知道还有什么需要安装gearman-1.0.2 PHP扩展。 正如当我运行cygwinterminal抛出错误的命令找不到的gearman-1.0.2。
在CentOS或Debian 中安装带有PHP扩展的Gearman,请参阅如何使用PHP扩展安装Gearman
安装和更新Cygwin包
来自: https : //cygwin.com/install.html
安装最新的GCC并通过Cygwin制作
通过Cygwin安装wget
安装libevent
wget http://downloads.sourceforge.net/project/levent/libevent/libevent-2.0/libevent-2.0.22-stable.tar.gz tar -zxvf libevent-2.0.22-stable.tar.gz cd libevent-2.0.22-stable ./configure make make install
安装gearmand和libgearman
wget https://launchpad.net/gearmand/1.2/1.1.11/+download/gearmand-1.1.12.tar.gz tar -zxvf gearmand-1.1.12.tar.gz cd gearmand-1.1.12 ./configure make make install
安装pecl-gearman
pecl install gearman
资源
http://www.cppblog.com/guojingjia2006/archive/2012/12/28/196743.html
Cygwin使bash命令未找到
如何安装Gearman与PHP扩展