From b8eaba3dacf6b576457d2ad777a38a8433b50da2 Mon Sep 17 00:00:00 2001 From: midoks Date: Sat, 26 Sep 2020 20:46:39 +0800 Subject: [PATCH] Update install.sh --- plugins/php/versions/52/install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plugins/php/versions/52/install.sh b/plugins/php/versions/52/install.sh index 5285ca863..54dd3878c 100755 --- a/plugins/php/versions/52/install.sh +++ b/plugins/php/versions/52/install.sh @@ -90,6 +90,9 @@ if [ ! -d $serverPath/php/${PHP_VER} ];then --with-zlib-dir=$serverPath/lib/zlib \ --enable-xml \ --enable-mysqlnd \ + --with-mysql=mysqlnd \ + --with-pdo-mysql=mysqlnd \ + --with-mysqli=mysqlnd \ --enable-sysvmsg \ --enable-sysvsem \ --enable-sysvshm \