//加入ppa
$ sudo add-apt-repository ppa:ondrej/php
$ sudo apt-get update
//安装5.6
$ sudo apt-get install -y php5.6
//安装7
$ sudo apt-get install -y php7.0

 

相关文章:

  • 2021-05-02
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-17
  • 2022-01-20
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-06-17
  • 2021-10-12
  • 2022-12-23
  • 2022-12-23
  • 2021-04-26
  • 2021-07-05
  • 2021-07-11
相关资源
相似解决方案