2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-05 02:07:18 +08:00

feat: PHP 83

This commit is contained in:
耗子
2023-11-23 23:38:44 +08:00
parent f900ada2c6
commit b532064cf0
7 changed files with 325 additions and 6 deletions

View File

@@ -0,0 +1,13 @@
package php83
var (
Name = "PHP-8.3"
Description = "PHP 是世界上最好的语言!"
Slug = "php83"
Version = "8.3.0"
Requires = []string{}
Excludes = []string{}
Install = `bash /www/panel/scripts/php/install.sh 83`
Uninstall = `bash /www/panel/scripts/php/uninstall.sh 83`
Update = `bash /www/panel/scripts/php/install.sh 83`
)