mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-02 22:35:43 +08:00
Compare commits
4 Commits
2.5.2
...
bash-versi
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
cecf204f7b | ||
|
|
8391d3a60c | ||
|
|
1a516a13dd | ||
|
|
62bee67274 |
11
README-en.md
11
README-en.md
@@ -4,11 +4,18 @@ Compile A Statically Linked PHP With Swoole and other Popular Extensions.
|
|||||||
|
|
||||||
Compile A Single Binary With PHP Code.
|
Compile A Single Binary With PHP Code.
|
||||||
|
|
||||||
**If you are intrested in this project, don't miss this discussion: <https://github.com/crazywhalecc/static-php-cli/discussions/29>**
|
|
||||||
|
|
||||||
[]()
|
[]()
|
||||||

|

|
||||||
|
|
||||||
|
## Refactoring
|
||||||
|
|
||||||
|
The current project is under reconstruction, and this branch is an older version.
|
||||||
|
The refactored version supports many new features. The following is the current progress of refactoring:
|
||||||
|
|
||||||
|
- **Discussion:https://github.com/crazywhalecc/static-php-cli/discussions/29**
|
||||||
|
- **Branch:[refactor](https://github.com/crazywhalecc/static-php-cli/tree/refactor)**
|
||||||
|
- **Bugs and TODOs:https://github.com/crazywhalecc/static-php-cli/issues/32**
|
||||||
|
|
||||||
## Compilation Requirements
|
## Compilation Requirements
|
||||||
|
|
||||||
- Supporting architecture: `x86_64`, `arm64(aarch64)`, `armv7(armv7l)`
|
- Supporting architecture: `x86_64`, `arm64(aarch64)`, `armv7(armv7l)`
|
||||||
|
|||||||
12
README.md
12
README.md
@@ -1,8 +1,6 @@
|
|||||||
# static-php-cli
|
# static-php-cli
|
||||||
Compile A Statically Linked PHP With Swoole and other Extensions. [English README](README-en.md)
|
Compile A Statically Linked PHP With Swoole and other Extensions. [English README](README-en.md)
|
||||||
|
|
||||||
**如果你对本项目有兴趣,请看讨论进行投票:<https://github.com/crazywhalecc/static-php-cli/discussions/29>**
|
|
||||||
|
|
||||||
编译纯静态的 PHP Binary 二进制文件,带有各种扩展,让 PHP-cli 应用变得更便携!
|
编译纯静态的 PHP Binary 二进制文件,带有各种扩展,让 PHP-cli 应用变得更便携!
|
||||||
|
|
||||||
同时可以使用 micro 二进制文件,将 PHP 源码和 PHP 二进制构建为一个文件分发!
|
同时可以使用 micro 二进制文件,将 PHP 源码和 PHP 二进制构建为一个文件分发!
|
||||||
@@ -13,6 +11,16 @@ Compile A Statically Linked PHP With Swoole and other Extensions. [English READM
|
|||||||
[]()
|
[]()
|
||||||

|

|
||||||
|
|
||||||
|
## 重构
|
||||||
|
|
||||||
|
本分支为旧版。重构版支持很多新特性。下面是目前重构的进度:
|
||||||
|
|
||||||
|
- **关于重构版的讨论: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 架构
|
- 目前支持 arm64、x86_64、armv7l 架构
|
||||||
|
|||||||
Reference in New Issue
Block a user