Update install.sh

pull/680/head
Mr Chen 4 months ago
parent e5d312dbf9
commit 5efa218247
  1. 1
      plugins/php/versions/82/install.sh

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

Loading…
Cancel
Save