ubuntu系统版本号:ubuntu12.04.4
1. 将包源添加到系统
$ sudo add-apt-repository ppa:ondrej/php5-5.6
$ sudo apt-get update
$ sudo apt-get install python-software-properties
2. update
$ sudo apt-get update
3. install php
$ sudo apt-get install php5
4. 检测版本号
$ php5 -v