咨询热线:4006-75-4006

售前:9:00-23:30    备案:9:00-18:00    技术:7*24h

Linux执行composer报错[Symfony\\\\ComponentlProcess Exception RuntimeException] The Process class relies on proc open, which is not available on your PHp installation.

2024-05-29 10:16:37 1215次

Linux执行composer报错[Symfony\\\\ComponentlProcess Exception RuntimeException] 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函数,需要打开

image.png

错误原因是禁用了 proc_open 函数,找到相应版本的php.ini文件,查找 disable_functions

disable_functions 

=passthru,exec,system,chroot,chgrp,chown,shell_exec,popen,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,proc_open


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

查找:proc_open

删除 proc_open 重启php即可。


注意:宝塔按照以上操作处理后仍不行的检查php.ini同级目录是否有php-cli.ini文件,有的话需同理处理即可。

更多小知识,可联系蓝队云一起探讨。


首页
最新活动
个人中心