From 7399cd7d45514409280ef01a3bcee6105adbce26 Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Sat, 4 Jan 2025 03:39:54 +0800 Subject: [PATCH] Update install.sh --- plugins/php/versions/83/install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/php/versions/83/install.sh b/plugins/php/versions/83/install.sh index 6ad2c4cc6c..54fdfe668b 100755 --- a/plugins/php/versions/83/install.sh +++ b/plugins/php/versions/83/install.sh @@ -114,6 +114,7 @@ if [ ! -d $serverPath/php/${PHP_VER} ];then --with-mysql=mysqlnd \ --with-mysqli=mysqlnd \ --with-pdo-mysql=mysqlnd \ + --with-openssl \ --enable-mbstring \ --enable-ftp \ --enable-sockets \