diff --git a/plugins/php/versions/70/install.sh b/plugins/php/versions/70/install.sh index 9c91acc9b..63cc2594e 100755 --- a/plugins/php/versions/70/install.sh +++ b/plugins/php/versions/70/install.sh @@ -43,6 +43,7 @@ cd $sourcePath/php/php-7.0.30 && ./configure \ --with-config-file-path=$serverPath/php/70/etc \ --with-zlib-dir=$serverPath/lib/zlib \ --enable-mysqlnd \ +--with-mysqli=mysqlnd \ --enable-zip \ --enable-mbstring \ --enable-simplexml \ diff --git a/plugins/php/versions/71/install.sh b/plugins/php/versions/71/install.sh index 33461b729..5fd7b879d 100755 --- a/plugins/php/versions/71/install.sh +++ b/plugins/php/versions/71/install.sh @@ -43,6 +43,7 @@ cd $sourcePath/php/php-${version} && ./configure \ --with-config-file-path=$serverPath/php/71/etc \ --with-zlib-dir=$serverPath/lib/zlib \ --enable-mysqlnd \ +--with-mysqli=mysqlnd \ --enable-zip \ --enable-mbstring \ --enable-simplexml \ diff --git a/plugins/php/versions/72/install.sh b/plugins/php/versions/72/install.sh index 47f2ddafc..f8cfb8b76 100755 --- a/plugins/php/versions/72/install.sh +++ b/plugins/php/versions/72/install.sh @@ -44,6 +44,7 @@ cd $sourcePath/php/php-${version} && ./configure \ --with-config-file-path=$serverPath/php/72/etc \ --with-zlib-dir=$serverPath/lib/zlib \ --enable-mysqlnd \ +--with-mysqli=mysqlnd \ --enable-zip \ --enable-mbstring \ --enable-simplexml \ diff --git a/plugins/php/versions/73/install.sh b/plugins/php/versions/73/install.sh index 9294c4572..b4e03cb3b 100755 --- a/plugins/php/versions/73/install.sh +++ b/plugins/php/versions/73/install.sh @@ -47,6 +47,7 @@ cd $sourcePath/php/php-${version} && ./configure \ --exec-prefix=$serverPath/php/73 \ --with-config-file-path=$serverPath/php/73/etc \ --enable-mysqlnd \ +--with-mysqli=mysqlnd \ --enable-mbstring \ --with-zlib-dir=$serverPath/lib/zlib \ --enable-ftp \