php7+,支持pdo_mysql

pull/109/head
Mr Chen 6 years ago
parent 78b2bac6bb
commit ec42a913b7
  1. 1
      plugins/php/versions/70/install.sh
  2. 1
      plugins/php/versions/71/install.sh
  3. 1
      plugins/php/versions/72/install.sh
  4. 1
      plugins/php/versions/73/install.sh

@ -44,6 +44,7 @@ cd $sourcePath/php/php-7.0.30 && ./configure \
--with-zlib-dir=$serverPath/lib/zlib \
--enable-mysqlnd \
--with-mysqli=mysqlnd \
--with-pdo-mysql=mysqlnd \
--enable-zip \
--enable-mbstring \
--enable-simplexml \

@ -44,6 +44,7 @@ cd $sourcePath/php/php-${version} && ./configure \
--with-zlib-dir=$serverPath/lib/zlib \
--enable-mysqlnd \
--with-mysqli=mysqlnd \
--with-pdo-mysql=mysqlnd \
--enable-zip \
--enable-mbstring \
--enable-simplexml \

@ -45,6 +45,7 @@ cd $sourcePath/php/php-${version} && ./configure \
--with-zlib-dir=$serverPath/lib/zlib \
--enable-mysqlnd \
--with-mysqli=mysqlnd \
--with-pdo-mysql=mysqlnd \
--enable-zip \
--enable-mbstring \
--enable-simplexml \

@ -48,6 +48,7 @@ cd $sourcePath/php/php-${version} && ./configure \
--with-config-file-path=$serverPath/php/73/etc \
--enable-mysqlnd \
--with-mysqli=mysqlnd \
--with-pdo-mysql=mysqlnd \
--enable-mbstring \
--with-zlib-dir=$serverPath/lib/zlib \
--enable-ftp \

Loading…
Cancel
Save