php7+,支持mysqli

This commit is contained in:
Mr Chen 2019-04-03 16:23:06 +08:00
parent 932344c9b8
commit 78b2bac6bb
4 changed files with 4 additions and 0 deletions

View File

@ -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 \

View File

@ -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 \

View File

@ -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 \

View File

@ -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 \