From 04e0ccb64f90e699be97382b16ffcaf63517c959 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=80=97=E5=AD=90?= Date: Fri, 23 Jan 2026 04:25:21 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0swow=E4=BE=9D?= =?UTF-8?q?=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/service/environment_php.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/service/environment_php.go b/internal/service/environment_php.go index 7ad4b4ac..546a2927 100644 --- a/internal/service/environment_php.go +++ b/internal/service/environment_php.go @@ -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",