Browse Source

Changed PHP Repo version from PHP5.5 to PHP5.6 for Dotdeb and Ondrej repo

bugfixes
gau1991 10 years ago
parent
commit
7ce924245a
  1. 4
      ee/core/variables.py

4
ee/core/variables.py

@ -77,9 +77,9 @@ class EEVariables():
# PHP repo and packages
if ee_platform_distro == 'Ubuntu':
ee_php_repo = "ppa:ondrej/php5"
ee_php_repo = "ppa:ondrej/php5-5.6"
elif ee_platform_codename == 'wheezy':
ee_php_repo = ("deb http://packages.dotdeb.org {codename}-php55 all"
ee_php_repo = ("deb http://packages.dotdeb.org {codename}-php56 all"
.format(codename=ee_platform_codename))
ee_php = ["php5-fpm", "php5-curl", "php5-gd", "php5-imap",
"php5-mcrypt", "php5-xdebug", "php5-common", "php5-readline",

Loading…
Cancel
Save