请求mac机下的安装教程,最好具体点,mac命令不是很懂
mac 下自带php,但是一般是缺少pcntl扩展和posix扩展,把这两个扩展安装下就ok了
下载workerman的代码后运行下,如果缺少扩展会有提示。
mac安装扩展可以参考 http://doc3.workerman.net/appendices/install-extension.html 中的 方法三、源码编译安装(一般是安装PHP自带的扩展,以安装posix扩展为例)
去到 ./configure 这个命令就 no such file or directory 这个问题,不能一直连续执行下去嘛
第五步phpize后会产生 configure文件
mac 下自带php,但是一般是缺少pcntl扩展和posix扩展,把这两个扩展安装下就ok了
下载workerman的代码后运行下,如果缺少扩展会有提示。
mac安装扩展可以参考 http://doc3.workerman.net/appendices/install-extension.html 中的
方法三、源码编译安装(一般是安装PHP自带的扩展,以安装posix扩展为例)
去到 ./configure 这个命令就 no such file or directory 这个问题,不能一直连续执行下去嘛
第五步phpize后会产生 configure文件