From bf101519d8e8a6c25e2b477b02499e13fbecee28 Mon Sep 17 00:00:00 2001 From: dami Date: Thu, 11 Dec 2025 12:48:10 +0800 Subject: [PATCH] Update install.sh --- plugins/php/versions/85/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/php/versions/85/install.sh b/plugins/php/versions/85/install.sh index ec34c61b0..643153c5c 100755 --- a/plugins/php/versions/85/install.sh +++ b/plugins/php/versions/85/install.sh @@ -123,7 +123,7 @@ else echo "lib" # cd ${rootPath}/plugins/php/lib && /bin/bash openssl_30.sh # export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:$serverPath/lib/openssl30/lib/pkgconfig - # OPTIONS="$OPTIONS --with-openssl" + OPTIONS="$OPTIONS --with-openssl" fi echo "$sourcePath/php/php${PHP_VER}"