Update phplib.conf

This commit is contained in:
midoks 2022-07-07 22:11:08 +08:00
parent aedae97bd4
commit fc33665543
1 changed files with 42 additions and 0 deletions

View File

@ -496,6 +496,48 @@
"check": "seaslog"
},
{
"name": "litespeed",
"versions": [
"53",
"54",
"55",
"56",
"70",
"71",
"72",
"73",
"74",
"80",
"81",
"82"
],
"type": "Web服务器",
"msg": "LiteSpeed Web服务器PHP支持",
"shell": "litespeed.sh",
"check": "litespeed"
},
{
"name": "mbstring",
"versions": [
"53",
"54",
"55",
"56",
"70",
"71",
"72",
"73",
"74",
"80",
"81",
"82"
],
"type": "通用扩展",
"msg": "用于需要多字节字符串处理的模块",
"shell": "mbstring.sh",
"check": "mbstring"
},
{
"name": "zip",
"versions": [
"70",