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 \