宝塔使用composer安装laravel 时报错 The Process class relies on proc_open, which is not available on your PHP

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

 

宝塔使用composer安装laravel 时报错 The Process class relies on proc_open, which is not available on your PHP

把popen和proc_open删除即可

相关文章:

  • 2021-09-20
  • 2021-08-05
  • 2022-12-23
  • 2021-11-01
  • 2021-09-27
  • 2022-12-23
  • 2021-06-04
  • 2021-07-15
猜你喜欢
  • 2022-12-23
  • 2021-07-13
  • 2021-07-19
  • 2022-12-23
  • 2022-12-23
  • 2021-07-14
相关资源
相似解决方案