pull/680/head
Mr Chen 4 months ago
parent 5efa218247
commit 3b5585193f
  1. 1
      plugins/php/versions/80/install.sh
  2. 1
      plugins/php/versions/81/install.sh

@ -116,6 +116,7 @@ if [ ! -d $serverPath/php/${PHP_VER} ];then
--exec-prefix=$serverPath/php/${PHP_VER} \ --exec-prefix=$serverPath/php/${PHP_VER} \
--with-config-file-path=$serverPath/php/${PHP_VER}/etc \ --with-config-file-path=$serverPath/php/${PHP_VER}/etc \
--enable-mysqlnd \ --enable-mysqlnd \
--with-mysql=mysqlnd \
--with-mysqli=mysqlnd \ --with-mysqli=mysqlnd \
--with-pdo-mysql=mysqlnd \ --with-pdo-mysql=mysqlnd \
--enable-ftp \ --enable-ftp \

@ -108,6 +108,7 @@ if [ ! -d $serverPath/php/${PHP_VER} ];then
--exec-prefix=$serverPath/php/${PHP_VER} \ --exec-prefix=$serverPath/php/${PHP_VER} \
--with-config-file-path=$serverPath/php/${PHP_VER}/etc \ --with-config-file-path=$serverPath/php/${PHP_VER}/etc \
--enable-mysqlnd \ --enable-mysqlnd \
--with-mysql=mysqlnd \
--with-mysqli=mysqlnd \ --with-mysqli=mysqlnd \
--with-pdo-mysql=mysqlnd \ --with-pdo-mysql=mysqlnd \
--enable-ftp \ --enable-ftp \

Loading…
Cancel
Save