mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-17 20:34:51 +08:00
update README.md
This commit is contained in:
parent
1f11e25593
commit
d31e1b00e8
12
README-en.md
12
README-en.md
@ -16,7 +16,7 @@ But php-static-cli only requires an environment above PHP 8.0.
|
||||
- Linux
|
||||
- Supported arch: aarch64, amd64
|
||||
- Supported distributions: alpine, ubuntu, centos
|
||||
- Requirements: (TODO)
|
||||
- Requirements: make, bison, flex, pkg-config, git, autoconf, automake, tar, unzip, gzip, bzip2, cmake
|
||||
- macOS
|
||||
- Supported arch: arm64, x86_64
|
||||
- Requirements: make, bison, flex, pkg-config, git, autoconf, automake, tar, unzip, xz, gzip, bzip2, cmake
|
||||
@ -24,9 +24,9 @@ But php-static-cli only requires an environment above PHP 8.0.
|
||||
- Supported arch: x86_64
|
||||
- Requirements: (TODO)
|
||||
- PHP
|
||||
- Supported version: 8.0, 8.1, 8.2
|
||||
- Supported version: 7.4, 8.0, 8.1, 8.2
|
||||
|
||||
## Usage (WIP)
|
||||
## Usage
|
||||
|
||||
After stable release for this project, a single phar and single binary for this tool will be published.
|
||||
|
||||
@ -76,14 +76,14 @@ cat micro.sfx code.php > single-app && chmod +x single-app
|
||||
|
||||
## Current Status
|
||||
|
||||
- [X] Basic CLI framework (by symfony/console)
|
||||
- [ ] Linux support
|
||||
- [X] Basic CLI framework (by `symfony/console`)
|
||||
- [X] Linux support
|
||||
- [X] macOS support
|
||||
- [X] Exception handler
|
||||
- [ ] Windows support
|
||||
- [X] PHP 7.4 support
|
||||
|
||||
## Supported Extensions (WIP)
|
||||
## Supported Extensions
|
||||
|
||||
[Support Extension List](/ext-support.md)
|
||||
|
||||
|
||||
10
README.md
10
README.md
@ -26,7 +26,7 @@ Compile A Statically Linked PHP With Swoole and other Extensions. [English READM
|
||||
- 支持架构: x86_64
|
||||
- 依赖工具: (TODO)
|
||||
- PHP
|
||||
- 支持版本: 8.0, 8.1, 8.2
|
||||
- 支持版本: 7.4, 8.0, 8.1, 8.2
|
||||
|
||||
## 使用(WIP)
|
||||
|
||||
@ -73,16 +73,16 @@ cat micro.sfx code.php > single-app && chmod +x single-app
|
||||
|
||||
> 有些情况下的 phar 文件可能无法在 micro 环境下运行。
|
||||
|
||||
## 项目支持情况(WIP)
|
||||
## 项目支持情况
|
||||
|
||||
- [X] 基础结构编写(采用 symfony/console`)
|
||||
- [X] 基础结构编写(采用 `symfony/console`)
|
||||
- [X] 错误处理
|
||||
- [X] macOS 支持
|
||||
- [ ] Windows 支持
|
||||
- [ ] Linux 支持
|
||||
- [X] Linux 支持
|
||||
- [X] PHP 7.4 支持
|
||||
|
||||
## 支持的扩展情况(WIP)
|
||||
## 支持的扩展情况
|
||||
|
||||
[扩展支持列表](/ext-support.md)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user