Browse Source

Fixed PHP56 issue on 12.04

bugfixes
gau1991 10 years ago
parent
commit
acfbebd037
  1. 1
      ee/cli/plugins/stack_upgrade.py

1
ee/cli/plugins/stack_upgrade.py

@ -69,6 +69,7 @@ class EEStackUpgradeController(CementBaseController):
if EEVariables.ee_platform_distro == "Ubuntu":
EERepo.remove(self, ppa="ppa:ondrej/php5")
EERepo.add(self, ppa=EEVariables.ee_php_repo)
else:
EEAptGet.remove(self, ["php5-xdebug"])
EEFileUtils.searchreplace(self, EEVariables.ee_repo_file_path,

Loading…
Cancel
Save