系统使用的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调用?有例子吗?谢谢
