mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 04:44:53 +08:00
adjust readme
This commit is contained in:
parent
29e0269588
commit
4063b8454b
@ -34,6 +34,10 @@ After stable release for this project, a single phar and single binary for this
|
|||||||
|
|
||||||
And currently you may need to clone this branch and edit GitHub Action to build.
|
And currently you may need to clone this branch and edit GitHub Action to build.
|
||||||
|
|
||||||
|
## Supported Extensions
|
||||||
|
|
||||||
|
[Support Extension List](/ext-support.md)
|
||||||
|
|
||||||
### Compilation
|
### Compilation
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
@ -94,10 +98,6 @@ cat micro.sfx code.php > single-app && chmod +x single-app
|
|||||||
|
|
||||||
More functions and features are coming soon, Bugs and TODOs: https://github.com/crazywhalecc/static-php-cli/issues/32
|
More functions and features are coming soon, Bugs and TODOs: https://github.com/crazywhalecc/static-php-cli/issues/32
|
||||||
|
|
||||||
## Supported Extensions
|
|
||||||
|
|
||||||
[Support Extension List](/ext-support.md)
|
|
||||||
|
|
||||||
## Contribution
|
## Contribution
|
||||||
|
|
||||||
Currently, there are only a few supported extensions.
|
Currently, there are only a few supported extensions.
|
||||||
|
|||||||
@ -36,6 +36,10 @@ Compile A Statically Linked PHP With Swoole and other Extensions. [English READM
|
|||||||
|
|
||||||
未来会提供一个直接可使用的 phar 包和一个 phpmicro 打包的二进制文件,你可以直接从 Release 中获取并使用:
|
未来会提供一个直接可使用的 phar 包和一个 phpmicro 打包的二进制文件,你可以直接从 Release 中获取并使用:
|
||||||
|
|
||||||
|
## 支持的扩展情况
|
||||||
|
|
||||||
|
[扩展支持列表](/ext-support.md)
|
||||||
|
|
||||||
### 编译
|
### 编译
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
@ -92,10 +96,6 @@ cat micro.sfx code.php > single-app && chmod +x single-app
|
|||||||
|
|
||||||
更多功能和特性正在陆续支持中,详见:https://github.com/crazywhalecc/static-php-cli/issues/32
|
更多功能和特性正在陆续支持中,详见:https://github.com/crazywhalecc/static-php-cli/issues/32
|
||||||
|
|
||||||
## 支持的扩展情况
|
|
||||||
|
|
||||||
[扩展支持列表](/ext-support.md)
|
|
||||||
|
|
||||||
## 贡献
|
## 贡献
|
||||||
|
|
||||||
目前支持的扩展较少,如果缺少你需要的扩展,可发起 Issue。如果你对本项目较熟悉,也欢迎为本项目发起 Pull Request。
|
目前支持的扩展较少,如果缺少你需要的扩展,可发起 Issue。如果你对本项目较熟悉,也欢迎为本项目发起 Pull Request。
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user