update readme

This commit is contained in:
crazywhalecc 2023-04-08 21:23:30 +08:00
parent 298a758166
commit 9161aff942
No known key found for this signature in database
GPG Key ID: 1F4BDD59391F2680
2 changed files with 4 additions and 0 deletions

View File

@ -9,6 +9,8 @@ This function is provided by [dixyes/phpmicro](https://github.com/dixyes/phpmicr
Note: only support cli SAPI, not support fpm, cgi. Note: only support cli SAPI, not support fpm, cgi.
> This branch is new version, if you are looking for old bash version of static-php-cli, see [bash-version](https://github.com/crazywhalecc/static-php-cli/tree/bash-version).
## Compilation Requirements ## Compilation Requirements
Yes, this project is written in PHP, pretty funny. Yes, this project is written in PHP, pretty funny.

View File

@ -8,6 +8,8 @@ Compile A Statically Linked PHP With Swoole and other Extensions. [English READM
注:只能编译 CLI 模式,暂不支持 CGI 和 FPM 模式。 注:只能编译 CLI 模式,暂不支持 CGI 和 FPM 模式。
> 此分支为重构的新版,如果你在找纯 Bash 编写的旧版本,请到 [bash-version 分支](https://github.com/crazywhalecc/static-php-cli/tree/bash-version)。
[![License](https://img.shields.io/badge/License-MIT-blue.svg)]() [![License](https://img.shields.io/badge/License-MIT-blue.svg)]()
## 编译环境需求 ## 编译环境需求