Modification de l'installation de PHP

This commit is contained in:
Michael RICOIS 2017-01-04 16:35:58 +01:00
parent df18a79291
commit 7db387c94b

View File

@ -60,7 +60,9 @@ fi
if [ ! -f /usr/bin/php ]; then
# Install
sudo apt-get update
sudo apt-get -y install htop unzip apache2 php7.0-fpm php7.0-cli php7.0-curl php7.0-xmlrpc php7.0-xsl php7.0-mysql php-apcu php-mbstring
sudo apt-get -y install htop unzip apache2 php7.0-fpm php7.0-cli php7.0-bcmath php7.0-bz2 \
php7.0-curl php7.0-gd php7.0-intl php7.0-json php7.0-mcrypt php7.0-mysql php7.0-soap \
php7.0-xmlrpc php7.0-xsl php-apcu php-mbstring php-zip
if [ $VARGANTDEV -eq 1 ]; then
sudo apt-get -y install php-xdebug
fi