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 \