Skip to content

Commit ac9eccc

Browse files
committed
php-common
1 parent 02f0683 commit ac9eccc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ee/core/variables.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,12 +121,12 @@ class EEVariables():
121121
elif ee_platform_codename == 'trusty':
122122
ee_php_repo = "ppa:ondrej/php"
123123
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",
124+
"php5.6-mcrypt", "php5.6-readline", "php5.6-common",
125125
"php5.6-mysql", "php5.6-cli"]
126126
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",
127+
"php7.0-mcrypt", "php7.0-readline", "php7.0-common",
128128
"php7.0-mysql", "php7.0-cli"]
129-
ee_php_extra = ["php5.6-common", "php7.0-common", "php-memcached", "php-imagick", "memcached",
129+
ee_php_extra = ["php-memcached", "php-imagick", "memcached",
130130
"graphviz", "php-pear", "php-xdebug"]
131131
elif ee_platform_distro == 'debian':
132132
if ee_platform_codename == 'wheezy':

0 commit comments

Comments
 (0)