2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 04:22:33 +08:00

feat: 更新swow依赖

This commit is contained in:
2026-01-23 04:25:21 +08:00
parent e69c50f7fd
commit 04e0ccb64f

View File

@@ -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",