From 5bd57b3c8b08020bf3fa8ea00d785087bd856c65 Mon Sep 17 00:00:00 2001 From: midoks Date: Mon, 21 Nov 2022 11:52:13 +0800 Subject: [PATCH] Update openssl.sh --- plugins/php/versions/common/openssl.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/php/versions/common/openssl.sh b/plugins/php/versions/common/openssl.sh index 926d31bc2..1802cda87 100755 --- a/plugins/php/versions/common/openssl.sh +++ b/plugins/php/versions/common/openssl.sh @@ -88,7 +88,6 @@ Install_lib() elif [ -f "/etc/pki/tls/certs/ca-bundle.crt" ];then echo "openssl.cafile=/etc/pki/tls/certs/ca-bundle.crt" >> $serverPath/php/$version/etc/php.ini fi - echo "extension=${LIBNAME}.so" >> $serverPath/php/$version/etc/php.ini bash ${rootPath}/plugins/php/versions/lib.sh $version restart echo '==========================================================='