mirror of
https://github.com/acepanel/panel.git
synced 2026-02-04 18:27:13 +08:00
feat: PHP 83
This commit is contained in:
@@ -4,7 +4,7 @@ var (
|
||||
Name = "PHP-8.1"
|
||||
Description = "PHP 是世界上最好的语言!"
|
||||
Slug = "php81"
|
||||
Version = "8.1.25"
|
||||
Version = "8.1.26"
|
||||
Requires = []string{}
|
||||
Excludes = []string{}
|
||||
Install = `bash /www/panel/scripts/php/install.sh 81`
|
||||
|
||||
@@ -4,7 +4,7 @@ var (
|
||||
Name = "PHP-8.2"
|
||||
Description = "PHP 是世界上最好的语言!"
|
||||
Slug = "php82"
|
||||
Version = "8.2.12"
|
||||
Version = "8.2.13"
|
||||
Requires = []string{}
|
||||
Excludes = []string{}
|
||||
Install = `bash /www/panel/scripts/php/install.sh 82`
|
||||
|
||||
13
app/plugins/php83/php83.go
Normal file
13
app/plugins/php83/php83.go
Normal 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`
|
||||
)
|
||||
Reference in New Issue
Block a user