Update phplib.conf
This commit is contained in:
parent
aedae97bd4
commit
fc33665543
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue