From 71dc92f59dd870b269f2ea7d249c95bb43e6b4d0 Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Fri, 29 Nov 2024 01:08:01 +0800 Subject: [PATCH] Update phplib.conf --- plugins/php/versions/phplib.conf | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/plugins/php/versions/phplib.conf b/plugins/php/versions/phplib.conf index ca5226d60..0dd87e352 100755 --- a/plugins/php/versions/phplib.conf +++ b/plugins/php/versions/phplib.conf @@ -371,6 +371,30 @@ "shell": "gd.sh", "check": "gd.so" }, + { + "name": "curl", + "versions": [ + "52", + "53", + "54", + "55", + "56", + "70", + "71", + "72", + "73", + "74", + "80", + "81", + "82", + "83", + "84" + ], + "type": "通用扩展", + "msg": "通用网络", + "shell": "curl.sh", + "check": "curl.so" + }, { "name": "intl", "versions": [