标签:repos date 卸载 php5 mcr 5.6 mcrypt ring pos
卸载所有安装的 PHP:
sudo apt-get purge `dpkg -l | grep php| awk ‘{print $2}‘ |tr "\n" " "`
添加源:
sudo add-apt-repository ppa:ondrej/php
安装php5.6:
sudo apt-get update
sudo apt-get install php5.6
安装php组件:
sudo apt-get install php5.6-mbstring php5.6-mcrypt php5.6-mysql php5.6-xml
标签:repos date 卸载 php5 mcr 5.6 mcrypt ring pos
原文地址:http://www.cnblogs.com/xcodebox/p/6087234.html