From e5d312dbf9f0d2be53d3e06c8a99bc1093be3c96 Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Sat, 4 Jan 2025 03:19:49 +0800 Subject: [PATCH] Update install.sh --- plugins/php/versions/83/install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/php/versions/83/install.sh b/plugins/php/versions/83/install.sh index 79f06f5521..6ad2c4cc6c 100755 --- a/plugins/php/versions/83/install.sh +++ b/plugins/php/versions/83/install.sh @@ -111,6 +111,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 \