From 8198ea69417d875b976b11e71f3d1415ea08229d Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Sat, 20 Jul 2024 01:02:03 +0800 Subject: [PATCH] Update phplib.conf --- plugins/php-yum/versions/phplib.conf | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/plugins/php-yum/versions/phplib.conf b/plugins/php-yum/versions/phplib.conf index d943f70fa..a941c509a 100755 --- a/plugins/php-yum/versions/phplib.conf +++ b/plugins/php-yum/versions/phplib.conf @@ -152,13 +152,31 @@ "73", "74", "80", - "81" + "81", + "82", + "83", + "84" ], "type": "通用扩展", "msg": "加密软件!", "shell": "mcrypt.sh", "check": "mcrypt" }, + { + "name": "bcmath", + "versions": [ + "74", + "80", + "81", + "82", + "83", + "84" + ], + "type": "通用扩展", + "msg": "高精度计算!", + "shell": "bcmath.sh", + "check": "bcmath.so" + }, { "name": "fileinfo", "versions": [