Update install.sh

This commit is contained in:
Mr Chen 2025-01-04 03:20:18 +08:00
parent e5d312dbf9
commit 5efa218247
1 changed files with 1 additions and 0 deletions

View File

@ -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 \