mirror of
https://github.com/acepanel/panel.git
synced 2026-02-04 04:22:33 +08:00
feat: 更新swow依赖
This commit is contained in:
@@ -587,8 +587,8 @@ func (s *EnvironmentPHPService) getModules(version uint) []types.EnvironmentPHPM
|
||||
},
|
||||
}
|
||||
|
||||
// Swow 不支持 PHP 8.0 以下版本且目前不支持 PHP 8.4
|
||||
if version >= 80 && version < 84 {
|
||||
// Swow 不支持 PHP 8.0 以下版本
|
||||
if version >= 80 {
|
||||
modules = append(modules, types.EnvironmentPHPModule{
|
||||
Name: "Swow",
|
||||
Slug: "Swow",
|
||||
|
||||
Reference in New Issue
Block a user