服务器ubuntu安装多版本php环境ubuntu安装配置php开发环境1.设置软件源sudo apt-get install software-properties-commonsudo add-apt-repository ppa:ondrej/phpsudo apt-get update2.安装php7以上的模板php7.0apt-get install -y php7.0-cli php7.0-curl php7.0-gd php7.0-json php7.0-mysql php7.0-opcache...