我尝试在Mac OS Yosemite上使用ZeroMQ和PHP。我尝试通过composer安装它,下面是我不断收到的错误消息
Problem 1
- react/zmq v0.3.0 requires ext-zmq * -> the requested PHP extension zmq is missing from your system.
- react/zmq v0.2.0 requires ext-zmq * -> the requested PHP extension zmq is missing from your system.
- Installation request for react/zmq 0.2.*|0.3.* -> satisfiable by react/zmq[v0.2.0, v0.3.0].
根据我的观察,我觉得我必须安装ZeroMQ PHP扩展,但所有的努力都是失败的。 我也跟进了这个链接 http://www.andrew-kirkpatrick.com/2013/10/install-zeromq-on-mac-with-php-pecl-extension/ 我在MAMP3上为MAC OS运行我的服务器
提前致谢。