add-apt-repository ppa:ondrej/php5-5.6
apt-get update
apt-get install php5
为了使用 add-apt-repsitory 需要 安装 python-software-properties
apt-get install python-software-properties
根据提示安装apt-get install software-properties-common
如果warning编码方式问题修改环境变量(改好了还是warning 不知道几个意思 继续回车就好了)
locale-gen en_US.UTF-8
export LANG=en_US.UTF-8
export LC_ALL=en_US.UTF-8