The system uses the Centos6.6, except that MySQL is used by the compiled installation
Start PHP-FPM when the error is as follows:
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
Reply content:
The system uses the Centos6.6, except that MySQL is used by the compiled installation
Start PHP-FPM when the error is as follows:
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
Support for PHP 7 Pthreads v3 is only supported via CLI command line, does not support other SAPI
How do I call through the CLI? Do you have an example? Thank you