您好,欢迎访问一九零五行业门户网

php多线程 - php7.0.2 安装完 pthreads 后报错

系统使用的centos6.6, 除了mysql都是使用的编译安装
启动php-fpm时候报错如下:
starting php-fpm [18-jan-2016 18:09:29] notice: php message: php fatal error: the fpm-fcgi sapi is not supported by pthreads in unknown on line 0[18-jan-2016 18:09:29] notice: php message: php fatal error: unable to start pthreads module in unknown on line 0

回复内容: 系统使用的centos6.6, 除了mysql都是使用的编译安装
启动php-fpm时候报错如下:
starting php-fpm [18-jan-2016 18:09:29] notice: php message: php fatal error: the fpm-fcgi sapi is not supported by pthreads in unknown on line 0[18-jan-2016 18:09:29] notice: php message: php fatal error: unable to start pthreads module in unknown on line 0

the fpm-fcgi sapi is not supported by pthreads
支持 php 7 的 pthreads v3 只支持通过 cli 命令行来调用,不支持其他的 sapi
如何通过cli调用?有例子吗?谢谢
其它类似信息

推荐信息