From d31e1b00e8a82c74fb6560ee4e4135c8fe74c0eb Mon Sep 17 00:00:00 2001 From: crazywhalecc Date: Mon, 27 Mar 2023 00:13:52 +0800 Subject: [PATCH] update README.md --- README-en.md | 12 ++++++------ README.md | 10 +++++----- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/README-en.md b/README-en.md index 551ad7bb..dbf9cad9 100755 --- a/README-en.md +++ b/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) diff --git a/README.md b/README.md index 2a941b38..1f826ec1 100755 --- a/README.md +++ b/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)