From 3dd14307d0e45a203abec6a5f77a35a5bf04aeec Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Sat, 4 Jan 2025 02:25:30 +0800 Subject: [PATCH] Update install.sh --- plugins/php/versions/74/install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/php/versions/74/install.sh b/plugins/php/versions/74/install.sh index 2520d135fd..ada8102c2d 100755 --- a/plugins/php/versions/74/install.sh +++ b/plugins/php/versions/74/install.sh @@ -115,6 +115,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 \