mdserver-web/plugins/php/info.json

18 lines
396 B
JSON
Raw Normal View History

2018-10-07 06:51:52 -04:00
{
"sort": 7,
"ps": "PHP是世界上最好的编程语言",
2018-11-26 01:35:52 -05:00
"shell": "install.sh",
2018-10-07 06:51:52 -04:00
"name": "php",
"title": "PHP",
"default": false,
2018-11-28 08:35:26 -05:00
"versions": ["52","56","72"],
"updates": ["5.2.17","5.6.36","7.2.0"],
2018-10-07 06:51:52 -04:00
"tip": "soft",
2018-11-25 22:51:27 -05:00
"checks": "server/php/VERSION/bin/php",
2018-10-07 06:51:52 -04:00
"display": 1,
"author": "Zend",
"date": "2017-04-01",
"home": "https://www.php.net",
"type": "语言解释器",
2018-11-21 05:18:17 -05:00
"pid": "1"
2018-10-07 06:51:52 -04:00
}