The Process class relies on proc_open, which is not available on your PHP installation报错解决

Framework for the development of colleagues laravel code has the following error log
production.ERROR: The Process class relies on proc_open , which is not available on your PHP installation { "exception":. "[Object] (Symfony \ Component \ Process \ Exception \ RuntimeException (
code: 0):. the Process class relies on proc_open, which is not available on your PHP installation at /XXX/vendor/symfony/process/Process.php:143)
Solution: in php.ini will proc_open disable_functions options, proc_get_status function canceled from here. then you can restart php-fpm.

Guess you like

Origin www.cnblogs.com/godfather007/p/11009497.html