From 1df51f5a7eaf725ef4e09fb6aa522a3de212496c Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Fri, 27 Sep 2019 14:54:29 -0600 Subject: [PATCH] Update php.sh --- centos/resources/php.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/centos/resources/php.sh b/centos/resources/php.sh index d31c244..55261d5 100755 --- a/centos/resources/php.sh +++ b/centos/resources/php.sh @@ -16,7 +16,7 @@ verbose "Install PHP and PHP-FPM" yum-config-manager --enable remi-php72 #install dependencies -yum -y install php-fpm php-gd php-pgsql php-odbc php-curl php-imap php-mcrypt php-opcache php-common php-pdo php-soap php-xml php-xmlrpc php-cli php-gd +yum -y install php-fpm php-gd php-pgsql php-odbc php-curl php-imap php-opcache php-common php-pdo php-soap php-xml php-xmlrpc php-cli php-gd #send a message verbose "Configuring php/nginx/php-fpm and permissions"