File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -304,7 +304,7 @@ function ee_upgrade_php(){
304304 add-apt-repository -y ' ppa:ondrej/php'
305305 ee_lib_echo " Updating required packages, please wait..."
306306 apt-get update & >> /dev/null
307- apt-get -y install php5.6-fpm php5.6-curl php5.6-gd php5.6-imap php5.6-mcrypt php5.6-readline php5.6-mysql php5.6-cli php5.6-common php5.6-zlib php7.0-common php-memcached php-imagick memcached graphviz php-pear php-xdebug || ee_lib_error " Unable to install PHP 5.6 packages, exit status " 1
307+ apt-get -y install php5.6-fpm php5.6-curl php5.6-gd php5.6-imap php5.6-mcrypt php5.6-readline php5.6-mysql php5.6-cli php5.6-common php-memcached php-imagick memcached graphviz php-pear php-xdebug || ee_lib_error " Unable to install PHP 5.6 packages, exit status " 1
308308 if [ -e /etc/php5/fpm/pool.d/www.conf -a -e /etc/php5/fpm/pool.d/debug.conf -a -e /etc/php5/fpm/php.ini -a -e /etc/php5/fpm/php-fpm.conf ]; then
309309 cp -f /etc/php5/fpm/pool.d/www.conf /etc/php/5.6/fpm/pool.d/www.conf & >> /dev/null
310310 cp -f /etc/php5/fpm/pool.d/debug.conf /etc/php/5.6/fpm/pool.d/debug.conf & >> /dev/null
You can’t perform that action at this time.
0 commit comments