diff --git a/README-en.md b/README-en.md index a7c8fd33..e8815e71 100755 --- a/README-en.md +++ b/README-en.md @@ -37,6 +37,12 @@ Currently supported PHP versions for compilation are: `7.4`, `8.0`, `8.1`, `8.2` Please first select the extension you want to compile based on the extension list below. +### Direct Download + +If you don't compile yourself, you can download pre-compiled artifact from Actions, or from self-hosted server: [Here](https://dl.zhamao.xin/static-php-cli/) + +> self-hosted server contains extensions: `bcmath,bz2,calendar,ctype,curl,dom,exif,fileinfo,filter,ftp,gd,gmp,iconv,xml,mbstring,mbregex,mysqlnd,openssl,pcntl,pdo,pdo_mysql,pdo_sqlite,phar,posix,redis,session,simplexml,soap,sockets,sqlite3,tokenizer,xmlwriter,xmlreader,zlib,zip` + ### Supported Extensions [Supported Extension List](/ext-support.md) diff --git a/README.md b/README.md index 967590a0..6a12bbf0 100755 --- a/README.md +++ b/README.md @@ -37,6 +37,12 @@ If you are using English, see [English README](README-en.md). 请先根据下方扩展列表选择你要编译的扩展。 +### 自托管直接下载 + +如果你不想自行编译,可以从本项目现有的 Action 下载 Artifact,也可以从自托管的服务器下载:[进入](https://dl.zhamao.xin/static-php-cli/) + +> 自托管的服务器默认包含的扩展有:`bcmath,bz2,calendar,ctype,curl,dom,exif,fileinfo,filter,ftp,gd,gmp,iconv,xml,mbstring,mbregex,mysqlnd,openssl,pcntl,pdo,pdo_mysql,pdo_sqlite,phar,posix,redis,session,simplexml,soap,sockets,sqlite3,tokenizer,xmlwriter,xmlreader,zlib,zip` + ### 支持的扩展情况 [扩展支持列表](/ext-support.md)