unix 更新 php 版本

卸载旧的版本

sudo apt-get autoremove php7*

sudo find /etc -name "*php*" |xargs sudo rm -rf


更新源

sudo add-apt-repository ppa:ondrej/php
sudo apt-get update

安装

sudo apt install php
原文地址:https://www.cnblogs.com/fenle/p/13933012.html