Maison >développement back-end >tutoriel php >php多线程 - php7.0.2 安装完 pthreads 后报错

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

WBOY
WBOYoriginal
2016-06-06 20:19:531703parcourir

系统使用的Centos6.6, 除了Mysql都是使用的编译安装
启动php-fpm时候报错如下:

<code>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
</code>

回复内容:

系统使用的Centos6.6, 除了Mysql都是使用的编译安装
启动php-fpm时候报错如下:

<code>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
</code>

The fpm-fcgi SAPI is not supported by pthreads

支持 PHP 7 的 pthreads v3 只支持通过 cli 命令行来调用,不支持其他的 sapi

如何通过cli调用?有例子吗?谢谢

Déclaration:
Le contenu de cet article est volontairement contribué par les internautes et les droits d'auteur appartiennent à l'auteur original. Ce site n'assume aucune responsabilité légale correspondante. Si vous trouvez un contenu suspecté de plagiat ou de contrefaçon, veuillez contacter admin@php.cn