php7+,支持mysqli
This commit is contained in:
parent
932344c9b8
commit
78b2bac6bb
|
|
@ -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 \
|
||||
|
|
|
|||
|
|
@ -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 \
|
||||
|
|
|
|||
|
|
@ -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 \
|
||||
|
|
|
|||
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in New Issue