Browse Source

Update php-compile.sh

Bozhidar Slaveykov 1 year ago
parent
commit
b7c9533ace
1 changed files with 2 additions and 0 deletions
  1. 2 0
      compilators/debian/php/php-compile.sh

+ 2 - 0
compilators/debian/php/php-compile.sh

@@ -90,6 +90,8 @@ sudo make LIBDIR=/usr/lib/$(arch)-linux-gnu install
 				--enable-fpm --with-fpm-user=admin --with-fpm-group=admin \
 				--enable-fpm --with-fpm-user=admin --with-fpm-group=admin \
 				--with-openssl \
 				--with-openssl \
 				--with-mysqli \
 				--with-mysqli \
+        --with-pdo-mysql=mysqlnd \
+        --with-mysqli=mysqlnd \
 				--with-gettext \
 				--with-gettext \
 				--with-curl \
 				--with-curl \
 				--enable-intl \
 				--enable-intl \