当前位置:Gxlcms > PHP教程 > php多线程-php7.0.2安装完pthreads后报错

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

时间:2021-07-01 10:21:17 帮助过:5人阅读

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

人气教程排行