sh Ubuntu Xenial 16.04的多个版本的php从php7下降到php5.6
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh Ubuntu Xenial 16.04的多个版本的php从php7下降到php5.6相关的知识,希望对你有一定的参考价值。
# reference1: https://by-example.org/ubuntu-16-04-xenial-downgrade-php-7-to-php-5-6/
# reference2: https://askubuntu.com/questions/761713/how-can-i-downgrade-from-php-7-to-php-5-6-on-ubuntu-16-04/761735
# reference2 (recommended)
sudo add-apt-repository ppa:ondrej/php
sudo apt-get update
sudo apt-get install php7.0 php5.6
# from php5 to php7
#sudo a2dismod php5.6 ; sudo a2enmod php7.0 ; sudo service apache2 restart
# from php7 to php5
#sudo a2dismod php7.0 ; sudo a2enmod php5.6 ; sudo service apache2 restart
sudo update-alternatives --config php
以上是关于sh Ubuntu Xenial 16.04的多个版本的php从php7下降到php5.6的主要内容,如果未能解决你的问题,请参考以下文章
sh 在Ubuntu 16.04上安装LAMP(Xenial Xerus)
Ubuntu 16.04 LTS (Xenial Xerus)
text 用于Ubuntu 16.04 LTS(Xenial64)Box的Vagrantfile
sh ubuntu_xenial_xerus_setup.sh
sh 安装开发人员环境Ubuntu Xenial(16.03)
Ubuntu 16.04搭建puppet服务