Update install.sh

This commit is contained in:
Mr Chen 2019-01-18 12:59:20 +08:00
parent 889de6769a
commit c214c19a89
1 changed files with 3 additions and 2 deletions

View File

@ -37,8 +37,9 @@ cd $sourcePath/php/php-5.6.36 && ./configure \
--exec-prefix=$serverPath/php/56 \
--with-config-file-path=$serverPath/php/56/etc \
--with-zlib-dir=$serverPath/lib/zlib \
--with-mysql \
--with-mysqli \
--with-mysql=mysqlnd \
--with-pdo-mysql=mysqlnd \
--with-mysqli=mysqlnd \
--without-iconv \
--enable-zip \
--enable-mbstring \