diff --git a/plugins/php/versions/70/install.sh b/plugins/php/versions/70/install.sh index 63cc2594e..adec09ab0 100755 --- a/plugins/php/versions/70/install.sh +++ b/plugins/php/versions/70/install.sh @@ -44,6 +44,7 @@ cd $sourcePath/php/php-7.0.30 && ./configure \ --with-zlib-dir=$serverPath/lib/zlib \ --enable-mysqlnd \ --with-mysqli=mysqlnd \ +--with-pdo-mysql=mysqlnd \ --enable-zip \ --enable-mbstring \ --enable-simplexml \ diff --git a/plugins/php/versions/71/install.sh b/plugins/php/versions/71/install.sh index 5fd7b879d..3f0b3070d 100755 --- a/plugins/php/versions/71/install.sh +++ b/plugins/php/versions/71/install.sh @@ -44,6 +44,7 @@ cd $sourcePath/php/php-${version} && ./configure \ --with-zlib-dir=$serverPath/lib/zlib \ --enable-mysqlnd \ --with-mysqli=mysqlnd \ +--with-pdo-mysql=mysqlnd \ --enable-zip \ --enable-mbstring \ --enable-simplexml \ diff --git a/plugins/php/versions/72/install.sh b/plugins/php/versions/72/install.sh index f8cfb8b76..b1c4402ca 100755 --- a/plugins/php/versions/72/install.sh +++ b/plugins/php/versions/72/install.sh @@ -45,6 +45,7 @@ cd $sourcePath/php/php-${version} && ./configure \ --with-zlib-dir=$serverPath/lib/zlib \ --enable-mysqlnd \ --with-mysqli=mysqlnd \ +--with-pdo-mysql=mysqlnd \ --enable-zip \ --enable-mbstring \ --enable-simplexml \ diff --git a/plugins/php/versions/73/install.sh b/plugins/php/versions/73/install.sh index b4e03cb3b..b813dd767 100755 --- a/plugins/php/versions/73/install.sh +++ b/plugins/php/versions/73/install.sh @@ -48,6 +48,7 @@ cd $sourcePath/php/php-${version} && ./configure \ --with-config-file-path=$serverPath/php/73/etc \ --enable-mysqlnd \ --with-mysqli=mysqlnd \ +--with-pdo-mysql=mysqlnd \ --enable-mbstring \ --with-zlib-dir=$serverPath/lib/zlib \ --enable-ftp \