From 5efa218247bd0cbd9e1147fb2445c2fe4ac3e58e Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Sat, 4 Jan 2025 03:20:18 +0800 Subject: [PATCH] Update install.sh --- plugins/php/versions/82/install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/php/versions/82/install.sh b/plugins/php/versions/82/install.sh index 3170c203c..38574027a 100755 --- a/plugins/php/versions/82/install.sh +++ b/plugins/php/versions/82/install.sh @@ -110,6 +110,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-mbstring \