瀏覽代碼

Update php.sh

FusionPBX 5 年之前
父節點
當前提交
1df51f5a7e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      centos/resources/php.sh

+ 1 - 1
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"