Update install.sh

pull/680/head
Mr Chen 4 months ago
parent 3dd14307d0
commit 08a41f039b
  1. 2
      plugins/php/versions/84/install.sh

@ -104,8 +104,10 @@ 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 \
--with-mysqlnd-ssl \
--enable-mbstring \ --enable-mbstring \
--enable-ftp \ --enable-ftp \
--enable-sockets \ --enable-sockets \

Loading…
Cancel
Save