From 3bc09e2c79f5553cbd8f42d6127b71149bc8c64c Mon Sep 17 00:00:00 2001 From: midoks Date: Fri, 3 Dec 2021 21:12:10 +0800 Subject: [PATCH] Update mongodb.sh --- plugins/php/versions/56/mongodb.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/php/versions/56/mongodb.sh b/plugins/php/versions/56/mongodb.sh index d649393db..ef60a8600 100755 --- a/plugins/php/versions/56/mongodb.sh +++ b/plugins/php/versions/56/mongodb.sh @@ -12,7 +12,7 @@ serverPath=$(dirname "$rootPath") sourcePath=${serverPath}/source/php LIBNAME=mongodb -LIBV=1.7.5 +LIBV=1.7.4 sysName=`uname` actionType=$1 version=$2