Ubuntu 切换 PHP 版本
PHP5.6 -> 7.0
# 禁用 Apache 中的 PHP5
sudo a2dismod php5.6
# 启用 PHP7
sudo a2enmod php7
# 重启 Apache
sudo systemctl restart apache2.service
# 切换 CLI
sudo update-alternatives --set php /usr/bin/php7.0
当前页面是本站的「Google AMP」版。查看和发表评论请点击:完整版 »