We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02f0683 commit ac9ecccCopy full SHA for ac9eccc
ee/core/variables.py
@@ -121,12 +121,12 @@ class EEVariables():
121
elif ee_platform_codename == 'trusty':
122
ee_php_repo = "ppa:ondrej/php"
123
ee_php5_6 = ["php5.6-fpm", "php5.6-curl", "php5.6-gd", "php5.6-imap",
124
- "php5.6-mcrypt", "php5.6-readline", "php5.6-zlib",
+ "php5.6-mcrypt", "php5.6-readline", "php5.6-common",
125
"php5.6-mysql", "php5.6-cli"]
126
ee_php7_0 = ["php7.0-fpm", "php7.0-curl", "php7.0-gd", "php7.0-imap",
127
- "php7.0-mcrypt", "php7.0-readline", "php7.0-zlib",
+ "php7.0-mcrypt", "php7.0-readline", "php7.0-common",
128
"php7.0-mysql", "php7.0-cli"]
129
- ee_php_extra = ["php5.6-common", "php7.0-common", "php-memcached", "php-imagick", "memcached",
+ ee_php_extra = ["php-memcached", "php-imagick", "memcached",
130
"graphviz", "php-pear", "php-xdebug"]
131
elif ee_platform_distro == 'debian':
132
if ee_platform_codename == 'wheezy':
0 commit comments