From bb39073c0459004385f18cfaa0de2659a54d6cc6 Mon Sep 17 00:00:00 2001 From: Christoph Date: Sat, 19 May 2018 19:49:47 +0200 Subject: [PATCH] mod_php_install.sh: some inconsequential changes.. --- mod_php_install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mod_php_install.sh b/mod_php_install.sh index 0282cfc..51ed3e8 100755 --- a/mod_php_install.sh +++ b/mod_php_install.sh @@ -1145,8 +1145,8 @@ config_params=" --with-gd \ --with-pgsql \ --with-pdo-pgsql \ - --with-pdo-mysql=mysqlnd - --with-mysqli=mysqlnd + --with-pdo-mysql=mysqlnd \ + --with-mysqli=mysqlnd \ --with-pcre-regex \ --enable-wddx \ --enable-exif \