From 43f19c802ffd9729643f71e7051560341dca100a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=80=97=E5=AD=90?= Date: Fri, 15 Mar 2024 18:00:51 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20Swow=20=E6=8B=93=E5=B1=95=E5=90=8D?= =?UTF-8?q?=E7=A7=B0=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/services/php.go | 2 +- scripts/php_extensions/{swow.sh => Swow.sh} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename scripts/php_extensions/{swow.sh => Swow.sh} (100%) diff --git a/internal/services/php.go b/internal/services/php.go index 4e557749..cc87fc26 100644 --- a/internal/services/php.go +++ b/internal/services/php.go @@ -280,7 +280,7 @@ func (r *PHPImpl) GetExtensions() ([]internal.PHPExtension, error) { }) extensions = append(extensions, internal.PHPExtension{ Name: "Swow", - Slug: "swow", + Slug: "Swow", Description: "Swow 是一个用于构建高性能的异步并发服务器的 PHP 扩展。", Installed: false, }) diff --git a/scripts/php_extensions/swow.sh b/scripts/php_extensions/Swow.sh similarity index 100% rename from scripts/php_extensions/swow.sh rename to scripts/php_extensions/Swow.sh