From 3b5585193fd6c700bba4d61ff8e23cd0efa7d964 Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Sat, 4 Jan 2025 03:22:56 +0800 Subject: [PATCH] update --- plugins/php/versions/80/install.sh | 1 + plugins/php/versions/81/install.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/plugins/php/versions/80/install.sh b/plugins/php/versions/80/install.sh index 9550c8bfa..ffeb20435 100755 --- a/plugins/php/versions/80/install.sh +++ b/plugins/php/versions/80/install.sh @@ -116,6 +116,7 @@ if [ ! -d $serverPath/php/${PHP_VER} ];then --exec-prefix=$serverPath/php/${PHP_VER} \ --with-config-file-path=$serverPath/php/${PHP_VER}/etc \ --enable-mysqlnd \ + --with-mysql=mysqlnd \ --with-mysqli=mysqlnd \ --with-pdo-mysql=mysqlnd \ --enable-ftp \ diff --git a/plugins/php/versions/81/install.sh b/plugins/php/versions/81/install.sh index 72714ac12..cecf387ed 100755 --- a/plugins/php/versions/81/install.sh +++ b/plugins/php/versions/81/install.sh @@ -108,6 +108,7 @@ if [ ! -d $serverPath/php/${PHP_VER} ];then --exec-prefix=$serverPath/php/${PHP_VER} \ --with-config-file-path=$serverPath/php/${PHP_VER}/etc \ --enable-mysqlnd \ + --with-mysql=mysqlnd \ --with-mysqli=mysqlnd \ --with-pdo-mysql=mysqlnd \ --enable-ftp \