From d459c51a05d8f3f0992566ec35766465398bd44b Mon Sep 17 00:00:00 2001 From: Prabuddha Chakraborty Date: Wed, 3 Feb 2016 15:15:48 +0530 Subject: [PATCH] name 'ee_php' is not defined --- ee/core/variables.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ee/core/variables.py b/ee/core/variables.py index 119ebd01..321d84d2 100644 --- a/ee/core/variables.py +++ b/ee/core/variables.py @@ -141,7 +141,11 @@ class EEVariables(): ee_php = ee_php + ["php5-dev"] if ee_platform_distro == 'ubuntu' or ee_platform_codename == 'jessie': - ee_php = ee_php + ["php5-xdebug"] + if ee_platform_codename == 'trusty': + ee_php = ee_php5_6 + ["php-xdebug"] + ee_php = ee_php7_0 + ["php-xdebug"] + else: + ee_php = ee_php + ["php5-xdebug"] # MySQL repo and packages if ee_platform_distro == 'ubuntu':