Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
midoks committed Jan 3, 2025
1 parent 3dd1430 commit 08a41f0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugins/php/versions/84/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,10 @@ 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 \
--with-mysqlnd-ssl \
--enable-mbstring \
--enable-ftp \
--enable-sockets \
Expand Down

0 comments on commit 08a41f0

Please sign in to comment.