The Process class relies on proc_open, which is not available on your PHP installation

 

[Symfony\Component\Process\Exception\RuntimeException]
The Process class relies on proc_open, which is not available on your PHP installation.

提示不支持使用proc_opan函数,需要打开

 

解决方法: vim /usr/local/php/etc/php.ini

查找:proc_open

去掉proc_open函数即可.

posted @ 2017-10-11 17:50  三百里江山  阅读(1393)  评论(0编辑  收藏  举报