From 74537a885811406de72128c3db3b886a38dc0a79 Mon Sep 17 00:00:00 2001 From: anmol26s Date: Sat, 6 Oct 2018 19:39:13 +0530 Subject: [PATCH] start php7.1 start --- scripts/_common.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/_common.sh b/scripts/_common.sh index 9b942c6..ce15208 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -110,6 +110,7 @@ ynh_install_php7 () { ynh_package_update ynh_install_app_dependencies php7.1 php7.1-cli php7.1-common php7.1-json php7.1-opcache php7.1-mysql php7.1-mbstring php7.1-mcrypt php7.1-zip php7.1-fpm php7.1-bcmath php7.1-intl php7.1-simplexml php7.1-dom php7.1-curl php7.1-gd + service php7.1-fpm restart sudo update-alternatives --install /usr/bin/php php /usr/bin/php5 70 }