Compare commits

...

4 Commits

Author SHA1 Message Date
Jerry Ma
cecf204f7b Update README.md 2023-04-30 17:21:27 +08:00
Jerry
8391d3a60c Update README-en.md 2023-03-28 10:29:49 +08:00
Jerry
1a516a13dd Update README.md 2023-03-28 10:28:18 +08:00
Jerry
62bee67274 Update README.md 2023-03-18 17:48:46 +08:00
2 changed files with 19 additions and 4 deletions

View File

@@ -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>**
[![version](https://img.shields.io/badge/version-1.5.2-green.svg)]() [![version](https://img.shields.io/badge/version-1.5.2-green.svg)]()
![Build Actions](https://github.com/crazywhalecc/static-php-cli/actions/workflows/build-php.yml/badge.svg) ![Build Actions](https://github.com/crazywhalecc/static-php-cli/actions/workflows/build-php.yml/badge.svg)
## 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:
- **Discussionhttps://github.com/crazywhalecc/static-php-cli/discussions/29**
- **Branch[refactor](https://github.com/crazywhalecc/static-php-cli/tree/refactor)**
- **Bugs and TODOshttps://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)`

View File

@@ -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
[![License](https://img.shields.io/badge/License-MIT-blue.svg)]() [![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) ![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 架构 - 目前支持 arm64、x86_64、armv7l 架构