Ubuntu 18.04 安装 php 7.0

2,491 阅读1分钟

由于 Ubuntu 默认是安装 php7.2, 安装7.0需要指定版本

添加php7.0源并安装

$ sudo apt-get install software-properties-common
$ sudo add-apt-repository ppa:ondrej/php
$ sudo apt-get update
$ sudo apt-get install -y php7.0

安装php7.0扩展

$ sudo apt-get install php7.0-mysql