Update install.sh

pull/680/head
Mr Chen 4 months ago
parent 38e1c07e0b
commit e5d312dbf9
  1. 1
      plugins/php/versions/83/install.sh

@ -111,6 +111,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