diff --git a/plugins/php/versions/common/openssl.sh b/plugins/php/versions/common/openssl.sh index 6b48eb774..8df727e28 100755 --- a/plugins/php/versions/common/openssl.sh +++ b/plugins/php/versions/common/openssl.sh @@ -42,7 +42,7 @@ Install_lib() fi # cd ${rootPath}/plugins/php/lib && /bin/bash openssl_10.sh - if [ "$version" -lt "80" ];then + if [ "$version" -lt "81" ];then cd ${rootPath}/plugins/php/lib && /bin/bash openssl_10.sh fi @@ -65,7 +65,7 @@ Install_lib() # openssl_version=`pkg-config openssl --modversion` # export PKG_CONFIG_PATH=$serverPath/lib/openssl10/lib/pkgconfig - if [ "$version" -lt "80" ];then + if [ "$version" -lt "81" ];then export PKG_CONFIG_PATH=$serverPath/lib/openssl10/lib/pkgconfig fi