Update README.md

This commit is contained in:
Jerry 2023-03-28 10:28:18 +08:00 committed by GitHub
parent 62bee67274
commit 1a516a13dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,8 +1,6 @@
# static-php-cli
Compile A Statically Linked PHP With Swoole and other Extensions. [English README](README-en.md)
**如果你对本项目有兴趣,请看讨论进行投票:<https://github.com/crazywhalecc/static-php-cli/discussions/29>,重构分支:[refactor](https://github.com/crazywhalecc/static-php-cli/tree/refactor)**
编译纯静态的 PHP Binary 二进制文件,带有各种扩展,让 PHP-cli 应用变得更便携!
同时可以使用 micro 二进制文件,将 PHP 源码和 PHP 二进制构建为一个文件分发!
@ -13,6 +11,14 @@ Compile A Statically Linked PHP With Swoole and other Extensions. [English READM
[![License](https://img.shields.io/badge/License-MIT-blue.svg)]()
![Build Actions](https://github.com/crazywhalecc/static-php-cli/actions/workflows/build-php.yml/badge.svg)
## 重构
当前项目正在重构中,本分支为旧版。重构版支持很多新特性。下面是目前重构的进度:
- **关于重构版的讨论https://github.com/crazywhalecc/static-php-cli/discussions/29**
- **重构的分支:[refactor](https://github.com/crazywhalecc/static-php-cli/tree/refactor)**
- **重构的问题和待办https://github.com/crazywhalecc/static-php-cli/issues/32**
## 编译环境需求
- 目前支持 arm64、x86_64、armv7l 架构