RT,mac OS X为新的EI 10.11,自带php版本,后来将自带的php升级到了5.6.17版本,有了posix和 redis但是没有 pcntl,怎么安装呢?官方之前只给出了centos和 ubuntu的安装方式,其实mac下php开发的也很多啊。求解答。
安装扩展参考手册扩展安装一节
http://doc3.workerman.net/appendices/install-extension.html
mac参照方法三去安装
port install php56-pcntl
安装扩展参考手册扩展安装一节
http://doc3.workerman.net/appendices/install-extension.html
mac参照方法三去安装
port install php56-pcntl