From d0956d367b347a406830d1056d9b2aa16fc8ffde Mon Sep 17 00:00:00 2001 From: Michael RICOIS Date: Tue, 28 Mar 2017 15:49:11 +0200 Subject: [PATCH] php5 sub package --- lamp-trusty64-fpm/bootstrap.sh | 2 +- lamp-trusty64/bootstrap.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lamp-trusty64-fpm/bootstrap.sh b/lamp-trusty64-fpm/bootstrap.sh index 2d97461..778ea55 100644 --- a/lamp-trusty64-fpm/bootstrap.sh +++ b/lamp-trusty64-fpm/bootstrap.sh @@ -61,7 +61,7 @@ if [ ! -f /usr/bin/php5 ]; then # Install sudo apt-get update - sudo apt-get -y install htop unzip apache2 php5-cli php5-fpm php5-mcrypt php5-curl php5-xmlrpc \ + sudo apt-get -y install htop unzip apache2 php5-cli php5-fpm php5-soap php5-mcrypt php5-curl php5-xmlrpc \ php5-xsl php5-mysqlnd php5-gd php5-json php5-intl php5-imagick php5-apcu if [ $VARGANTDEV -eq 1 ]; then sudo apt-get -y install php5-xdebug diff --git a/lamp-trusty64/bootstrap.sh b/lamp-trusty64/bootstrap.sh index 7df405e..0a1d8e6 100644 --- a/lamp-trusty64/bootstrap.sh +++ b/lamp-trusty64/bootstrap.sh @@ -59,7 +59,7 @@ if [ ! -f /usr/bin/php5 ]; then # Install sudo apt-get update - sudo apt-get -y install htop unzip apache2 php5-cli php5-mcrypt php5-curl php5-xmlrpc \ + sudo apt-get -y install htop unzip apache2 libapache2-mod-php5 php5-cli php5-soap php5-mcrypt php5-curl php5-xmlrpc \ php5-xsl php5-mysqlnd php5-gd php5-json php5-intl php5-imagick php5-apcu if [ $VARGANTDEV -eq 1 ]; then sudo apt-get -y install php5-xdebug