mdserver-web/plugins/php/info.json

20 lines
619 B
JSON
Raw Permalink 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",
2018-11-29 05:19:18 -05:00
"coexist": true,
2025-07-19 23:19:14 -04:00
"versions": ["53","54","55","56","70","71","72","73","74","80","81","82","83","84","85"],
"updates": ["5.3.29","5.4.45","5.6.36","7.0.30","7.1.33","7.2.32","7.3.20","7.4.30","8.0.30","8.1.29","8.2.27","8.3.15","8.4.2","8.5.0"],
2018-10-07 06:51:52 -04:00
"tip": "soft",
2022-07-11 10:19:00 -04:00
"install_pre_inspection":true,
2018-11-25 22:51:27 -05:00
"checks": "server/php/VERSION/bin/php",
2018-11-29 05:19:18 -05:00
"path": "server/php/VERSION",
2018-10-07 06:51:52 -04:00
"display": 1,
"author": "Zend",
"date": "2017-04-01",
"home": "https://www.php.net",
2020-07-14 00:09:55 -04:00
"type": "PHP语言解释器",
2018-11-21 05:18:17 -05:00
"pid": "1"
2018-10-07 06:51:52 -04:00
}