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 '==========================================================='