The Process class relies on proc_open, which is not available on your PHP in
centos8使用composer安装thinkphp5报错:

原因:php禁用了proc_open函数
解决方法:在php.ini中 查找disable_functions选项中是否有proc_open,如果有去掉即可。
centos8使用composer安装thinkphp5报错:

原因:php禁用了proc_open函数
解决方法:在php.ini中 查找disable_functions选项中是否有proc_open,如果有去掉即可。