ubuntu16.04安装php5

系统源自带是7.0的,

如果要安装安装5.5+或者有5.5+的源可以执行这些命令

sudo apt-get install python-software-properties
sudo apt-get install software-properties-common

sudo apt-get update 

sudo apt-get install php5.5

原文地址:https://www.cnblogs.com/yxhblogs/p/5842568.html