mirror of https://github.com/midoks/mdserver-web
parent
68dbe5a5de
commit
df84e3f86c
@ -0,0 +1,487 @@ |
||||
[ |
||||
{ |
||||
"name": "ZendGuardLoader", |
||||
"versions": [ |
||||
"53", |
||||
"54", |
||||
"55", |
||||
"56" |
||||
], |
||||
"type": "脚本解密", |
||||
"msg": "用于解密ZendGuard加密脚本!", |
||||
"shell": "zend_guard_loader.sh", |
||||
"check": "ZendGuardLoader.so" |
||||
}, |
||||
{ |
||||
"name": "ZendOptimizer", |
||||
"versions": [ |
||||
"52" |
||||
], |
||||
"type": "脚本解密", |
||||
"msg": "用于解密ZendOptimizer加密脚本!", |
||||
"shell": "zend_optimizer.sh", |
||||
"check": "ZendOptimizer.so" |
||||
}, |
||||
{ |
||||
"name": "ionCube", |
||||
"versions": [ |
||||
"52", |
||||
"53", |
||||
"54", |
||||
"55", |
||||
"56", |
||||
"70", |
||||
"71" |
||||
], |
||||
"type": "脚本解密", |
||||
"msg": "用于解密ionCube Encoder加密脚本!", |
||||
"shell": "ioncube.sh", |
||||
"check": "ioncube_loader_lin" |
||||
}, |
||||
{ |
||||
"name": "fileinfo", |
||||
"versions": [ |
||||
"53", |
||||
"54", |
||||
"55", |
||||
"56", |
||||
"70", |
||||
"71" |
||||
], |
||||
"type": "通用扩展", |
||||
"msg": "用于获取文件MIME,编码等信息!", |
||||
"shell": "fileinfo.sh", |
||||
"check": "fileinfo.so" |
||||
}, |
||||
{ |
||||
"name": "opcache", |
||||
"versions": [ |
||||
"53", |
||||
"54", |
||||
"55", |
||||
"56", |
||||
"70", |
||||
"71" |
||||
], |
||||
"type": "缓存器", |
||||
"msg": "用于加速PHP脚本!", |
||||
"shell": "opcache.sh", |
||||
"check": "opcache.so" |
||||
}, |
||||
{ |
||||
"name": "xcache", |
||||
"versions": [ |
||||
"52", |
||||
"53", |
||||
"54", |
||||
"55", |
||||
"56" |
||||
], |
||||
"type": "缓存器", |
||||
"msg": "支持脚本缓存和变量缓存!", |
||||
"shell": "xcache.sh", |
||||
"check": "xcache.so" |
||||
}, |
||||
{ |
||||
"name": "memcache", |
||||
"versions": [ |
||||
"52", |
||||
"53", |
||||
"54", |
||||
"55", |
||||
"56", |
||||
"70", |
||||
"71" |
||||
], |
||||
"type": "缓存器", |
||||
"msg": "强大的内容缓存器,不支持集群", |
||||
"shell": "memcache.sh", |
||||
"check": "memcache.so" |
||||
}, |
||||
{ |
||||
"name": "memcached", |
||||
"versions": [ |
||||
"53", |
||||
"54", |
||||
"55", |
||||
"56", |
||||
"70", |
||||
"71" |
||||
], |
||||
"type": "缓存器", |
||||
"msg": "强大的内容缓存器,支持集群", |
||||
"shell": "memcached.sh", |
||||
"check": "memcached.so" |
||||
}, |
||||
{ |
||||
"name": "redis", |
||||
"versions": [ |
||||
"53", |
||||
"54", |
||||
"55", |
||||
"56", |
||||
"70", |
||||
"71" |
||||
], |
||||
"type": "缓存器", |
||||
"msg": "更强大的内容缓存器,支持集群", |
||||
"shell": "redis.sh", |
||||
"check": "redis.so" |
||||
}, |
||||
{ |
||||
"name": "apc", |
||||
"versions": [ |
||||
"53", |
||||
"54" |
||||
], |
||||
"type": "缓存器", |
||||
"msg": "脚本缓存器", |
||||
"shell": "apc.sh", |
||||
"check": "apc.so" |
||||
}, |
||||
{ |
||||
"name": "imagemagick", |
||||
"versions": [ |
||||
"54", |
||||
"55", |
||||
"56", |
||||
"70", |
||||
"71" |
||||
], |
||||
"type": "通用扩展", |
||||
"msg": "比GD更强大的图形库", |
||||
"shell": "imagemagick.sh", |
||||
"check": "imagick.so" |
||||
}, |
||||
{ |
||||
"name": "xdebug", |
||||
"versions": [ |
||||
"53", |
||||
"54", |
||||
"55", |
||||
"56", |
||||
"70", |
||||
"71" |
||||
], |
||||
"type": "调试器", |
||||
"msg": "不多说,不了解的不要安装", |
||||
"shell": "xdebug.sh", |
||||
"check": "xdebug.so" |
||||
}, |
||||
{ |
||||
"name": "imap", |
||||
"versions": [ |
||||
"53", |
||||
"54", |
||||
"55", |
||||
"56", |
||||
"70", |
||||
"71" |
||||
], |
||||
"type": "邮件服务", |
||||
"msg": "邮件服务器必备", |
||||
"shell": "imap.sh", |
||||
"check": "imap.so" |
||||
}, |
||||
{ |
||||
"name": "exif", |
||||
"versions": [ |
||||
"53", |
||||
"54", |
||||
"55", |
||||
"56", |
||||
"70", |
||||
"71" |
||||
], |
||||
"type": "通用扩展", |
||||
"msg": "用于读取图片EXIF信息", |
||||
"shell": "exif.sh", |
||||
"check": "exif.so" |
||||
}, |
||||
{ |
||||
"name": "intl", |
||||
"versions": [ |
||||
"53", |
||||
"54", |
||||
"55", |
||||
"56", |
||||
"70", |
||||
"71" |
||||
], |
||||
"type": "通用扩展", |
||||
"msg": "提供国际化支持", |
||||
"shell": "intl.sh", |
||||
"check": "intl.so" |
||||
}, |
||||
{ |
||||
"name": "xsl", |
||||
"versions": [ |
||||
"53", |
||||
"54", |
||||
"55", |
||||
"56", |
||||
"70", |
||||
"71" |
||||
], |
||||
"type": "通用扩展", |
||||
"msg": "xsl解析扩展", |
||||
"shell": "xsl.sh", |
||||
"check": "xsl.so" |
||||
}, |
||||
{ |
||||
"name": "Swoole", |
||||
"versions": [ |
||||
"53", |
||||
"54", |
||||
"55", |
||||
"56", |
||||
"70", |
||||
"71" |
||||
], |
||||
"type": "通用扩展", |
||||
"msg": "异步、并行、高性能网络通信引擎", |
||||
"shell": "swoole.sh", |
||||
"check": "swoole.so" |
||||
}, |
||||
{ |
||||
"name": "eAccelerator", |
||||
"versions": [ |
||||
"52", |
||||
"53", |
||||
"54" |
||||
], |
||||
"type": "缓存器", |
||||
"msg": "内容缓存器", |
||||
"shell": "eaccelerator.sh", |
||||
"check": "eaccelerator.so" |
||||
}, |
||||
{ |
||||
"name": "yaf", |
||||
"versions": [ |
||||
"54", |
||||
"55", |
||||
"56", |
||||
"70", |
||||
"71" |
||||
], |
||||
"type": "框架", |
||||
"msg": "Yaf是一个C语言编写的PHP框架", |
||||
"shell": "yaf.sh", |
||||
"check": "yaf.so" |
||||
}, |
||||
{ |
||||
"name": "mongo", |
||||
"versions": [ |
||||
"53", |
||||
"54", |
||||
"55", |
||||
"56" |
||||
], |
||||
"type": "通用扩展", |
||||
"msg": "Mongodb数据库连接驱动", |
||||
"shell": "mongo.sh", |
||||
"check": "mongo.so" |
||||
}, |
||||
{ |
||||
"name": "yac", |
||||
"versions": [ |
||||
"70", |
||||
"71" |
||||
], |
||||
"type": "缓存器", |
||||
"msg": "高性能无锁共享内存Cache", |
||||
"shell": "yac.sh", |
||||
"check": "yac.so" |
||||
}, |
||||
{ |
||||
"name": "sg11", |
||||
"versions": [ |
||||
"52", |
||||
"53", |
||||
"54", |
||||
"55", |
||||
"56", |
||||
"70", |
||||
"71" |
||||
], |
||||
"type": "脚本加密", |
||||
"msg": "php代码混淆加密", |
||||
"shell": "sg11.sh", |
||||
"check": "ixed.lin" |
||||
}, |
||||
{ |
||||
"name": "readline", |
||||
"versions": [ |
||||
"52", |
||||
"53", |
||||
"54", |
||||
"55", |
||||
"56", |
||||
"70", |
||||
"71" |
||||
], |
||||
"type": "通用扩展", |
||||
"msg": "php官方扩展", |
||||
"shell": "readline.sh", |
||||
"check": "readline.so" |
||||
}, |
||||
{ |
||||
"name": "snmp", |
||||
"versions": [ |
||||
"52", |
||||
"53", |
||||
"54", |
||||
"55", |
||||
"56", |
||||
"70", |
||||
"71" |
||||
], |
||||
"type": "通用扩展", |
||||
"msg": "php官方扩展", |
||||
"shell": "snmp.sh", |
||||
"check": "snmp.so" |
||||
}, |
||||
{ |
||||
"name": "recode", |
||||
"versions": [ |
||||
"52", |
||||
"53", |
||||
"54", |
||||
"55", |
||||
"56", |
||||
"70", |
||||
"71" |
||||
], |
||||
"type": "通用扩展", |
||||
"msg": "php官方扩展", |
||||
"shell": "recode.sh", |
||||
"check": "recode.so" |
||||
}, |
||||
{ |
||||
"name": "enchant", |
||||
"versions": [ |
||||
"53", |
||||
"54", |
||||
"55", |
||||
"56", |
||||
"70", |
||||
"71" |
||||
], |
||||
"type": "通用扩展", |
||||
"msg": "php官方扩展", |
||||
"shell": "enchant.sh", |
||||
"check": "enchant.so" |
||||
}, |
||||
{ |
||||
"name": "pspell", |
||||
"versions": [ |
||||
"52", |
||||
"53", |
||||
"54", |
||||
"55", |
||||
"56", |
||||
"70", |
||||
"71" |
||||
], |
||||
"type": "通用扩展", |
||||
"msg": "php官方扩展", |
||||
"shell": "pspell.sh", |
||||
"check": "pspell.so" |
||||
}, |
||||
{ |
||||
"name": "bz2", |
||||
"versions": [ |
||||
"52", |
||||
"53", |
||||
"54", |
||||
"55", |
||||
"56", |
||||
"70", |
||||
"71" |
||||
], |
||||
"type": "通用扩展", |
||||
"msg": "php官方扩展", |
||||
"shell": "bz2.sh", |
||||
"check": "bz2.so" |
||||
}, |
||||
{ |
||||
"name": "sysvshm", |
||||
"versions": [ |
||||
"52", |
||||
"53", |
||||
"54", |
||||
"55", |
||||
"56", |
||||
"70", |
||||
"71" |
||||
], |
||||
"type": "通用扩展", |
||||
"msg": "php官方扩展", |
||||
"shell": "sysvshm.sh", |
||||
"check": "sysvshm.so" |
||||
}, |
||||
{ |
||||
"name": "calendar", |
||||
"versions": [ |
||||
"52", |
||||
"53", |
||||
"54", |
||||
"55", |
||||
"56", |
||||
"70", |
||||
"71" |
||||
], |
||||
"type": "通用扩展", |
||||
"msg": "php官方扩展", |
||||
"shell": "calendar.sh", |
||||
"check": "calendar.so" |
||||
}, |
||||
{ |
||||
"name": "gmp", |
||||
"versions": [ |
||||
"52", |
||||
"53", |
||||
"54", |
||||
"55", |
||||
"56", |
||||
"70", |
||||
"71" |
||||
], |
||||
"type": "通用扩展", |
||||
"msg": "php官方扩展", |
||||
"shell": "gmp.sh", |
||||
"check": "gmp.so" |
||||
}, |
||||
{ |
||||
"name": "wddx", |
||||
"versions": [ |
||||
"52", |
||||
"53", |
||||
"54", |
||||
"55", |
||||
"56", |
||||
"70", |
||||
"71" |
||||
], |
||||
"type": "通用扩展", |
||||
"msg": "php官方扩展", |
||||
"shell": "wddx.sh", |
||||
"check": "wddx.so" |
||||
}, |
||||
{ |
||||
"name": "sysvmsg", |
||||
"versions": [ |
||||
"52", |
||||
"53", |
||||
"54", |
||||
"55", |
||||
"56", |
||||
"70", |
||||
"71" |
||||
], |
||||
"type": "通用扩展", |
||||
"msg": "php官方扩展", |
||||
"shell": "sysvmsg.sh", |
||||
"check": "sysvmsg.so" |
||||
} |
||||
] |
Loading…
Reference in new issue