标签:repr process index date star bsp php7 php usr
# 禁用 Apache 中的 PHP7.0
sudo a2dismod php7.0
# 启用 PHP5.6
sudo a2enmod php5.6
# 重启 Apache
sudo /etc/init.d/apache2 restart
# 切换 CLI
sudo update-alternatives --set php /usr/bin/php5.6
标签:repr process index date star bsp php7 php usr
原文地址:https://www.cnblogs.com/TuWenHao/p/9121015.html