From c214c19a89a515ba7d0c67026f9ae1e1a5eee006 Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Fri, 18 Jan 2019 12:59:20 +0800 Subject: [PATCH] Update install.sh --- plugins/php/versions/56/install.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/plugins/php/versions/56/install.sh b/plugins/php/versions/56/install.sh index 9d38a3cec..3abebde80 100755 --- a/plugins/php/versions/56/install.sh +++ b/plugins/php/versions/56/install.sh @@ -37,8 +37,9 @@ cd $sourcePath/php/php-5.6.36 && ./configure \ --exec-prefix=$serverPath/php/56 \ --with-config-file-path=$serverPath/php/56/etc \ --with-zlib-dir=$serverPath/lib/zlib \ ---with-mysql \ ---with-mysqli \ +--with-mysql=mysqlnd \ +--with-pdo-mysql=mysqlnd \ +--with-mysqli=mysqlnd \ --without-iconv \ --enable-zip \ --enable-mbstring \