From 2fdbe6ba8cd2e90cee2daf700c2163a2b51373de Mon Sep 17 00:00:00 2001 From: crazywhalecc Date: Sat, 22 Apr 2023 22:41:00 +0800 Subject: [PATCH] update README --- README-en.md | 2 ++ README.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/README-en.md b/README-en.md index bb6a88e2..bbf52212 100755 --- a/README-en.md +++ b/README-en.md @@ -39,6 +39,8 @@ Please first select the extension you want to compile based on the extension lis [Supported Extension List](/ext-support.md) +> If there is no extension you need here, you can submit an issue. + ### GitHub Actions Build Use GitHub Action to easily build a statically compiled PHP and phpmicro, diff --git a/README.md b/README.md index 0d0c5d0f..b921b786 100755 --- a/README.md +++ b/README.md @@ -39,6 +39,8 @@ If you are using English, see [English README](README-en.md). [扩展支持列表](/ext-support.md) +> 如果这里没有你需要的扩展,可以提交 Issue。 + ### 使用 Actions 构建 使用 GitHub Action 可以方便地构建一个静态编译的 PHP 和 phpmicro,同时可以自行定义要编译的扩展。