如何完全删除PHP 7?
我已经将PHP旧版本升级到最新的php7,但是无法启动其服务。 systemctl restart apache2.service Job for apache2.service failed. See "systemctl status apache2.service" and "journalctl -xe" for details. 状态详细信息: systemctl status apache2.service ● apache2.service - LSB: Apache2 web server Loaded: loaded (/etc/init.d/apache2) Active: failed (Result: exit-code) since Mon 2016-01-04 13:58:17 IST; 5s ago Docs: man:systemd-sysv-generator(8) Process: 16666 ExecStart=/etc/init.d/apache2 start (code=exited, status=1/FAILURE) …