From e87be6c4bbc61e6371e081c5f82e2dd16903f951 Mon Sep 17 00:00:00 2001 From: liberodark Date: Tue, 5 Nov 2019 17:46:52 +0100 Subject: [PATCH] Update ynh_install_php --- scripts/ynh_install_php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/ynh_install_php b/scripts/ynh_install_php index e4bb320..1066727 100644 --- a/scripts/ynh_install_php +++ b/scripts/ynh_install_php @@ -33,8 +33,7 @@ ynh_install_php () { # Install php-fpm first, otherwise php will install apache as a dependency. ynh_add_app_dependencies --package="php${phpversion}-fpm" ynh_add_app_dependencies --package="php$phpversion php${phpversion}-common $package" - ynh_add_app_dependencies php7.1-zip php7.1-mysql php7.1-xml php7.1-intl php7.1-mbstring php7.1-gd php7.1-curl php7.1-soap php7.1-pgsql php7.1-xmlrpc - + # Set php7.0 back as the default version for php-cli. update-alternatives --set php /usr/bin/php7.0