Oups php5-soap

This commit is contained in:
Michael RICOIS 2017-03-28 15:59:00 +02:00
parent d0956d367b
commit 6676dd781f
2 changed files with 2 additions and 2 deletions

View File

@ -61,7 +61,7 @@ if [ ! -f /usr/bin/php5 ]; then
# Install # Install
sudo apt-get update sudo apt-get update
sudo apt-get -y install htop unzip apache2 php5-cli php5-fpm php5-soap php5-mcrypt php5-curl php5-xmlrpc \ sudo apt-get -y install htop unzip apache2 php5-cli php5-fpm php5-mcrypt php5-curl php5-xmlrpc \
php5-xsl php5-mysqlnd php5-gd php5-json php5-intl php5-imagick php5-apcu php5-xsl php5-mysqlnd php5-gd php5-json php5-intl php5-imagick php5-apcu
if [ $VARGANTDEV -eq 1 ]; then if [ $VARGANTDEV -eq 1 ]; then
sudo apt-get -y install php5-xdebug sudo apt-get -y install php5-xdebug

View File

@ -59,7 +59,7 @@ if [ ! -f /usr/bin/php5 ]; then
# Install # Install
sudo apt-get update sudo apt-get update
sudo apt-get -y install htop unzip apache2 libapache2-mod-php5 php5-cli php5-soap php5-mcrypt php5-curl php5-xmlrpc \ sudo apt-get -y install htop unzip apache2 libapache2-mod-php5 php5-cli php5-mcrypt php5-curl php5-xmlrpc \
php5-xsl php5-mysqlnd php5-gd php5-json php5-intl php5-imagick php5-apcu php5-xsl php5-mysqlnd php5-gd php5-json php5-intl php5-imagick php5-apcu
if [ $VARGANTDEV -eq 1 ]; then if [ $VARGANTDEV -eq 1 ]; then
sudo apt-get -y install php5-xdebug sudo apt-get -y install php5-xdebug