Skip to content

Commit 4e24478

Browse files
committed
Add frankenphp SAPI
1 parent 6de7b8e commit 4e24478

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

README-zh.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
**static-php-cli**是一个用于静态编译、构建 PHP 解释器的工具,支持众多流行扩展。
1111

12-
目前 static-php-cli 支持 `cli``fpm``embed``micro` SAPI。
12+
目前 static-php-cli 支持 `cli``fpm``embed``micro``frankenphp` SAPI。
1313

1414
**static-php-cli**也支持将 PHP 代码和 PHP 运行时打包为一个文件并运行。
1515

@@ -298,7 +298,6 @@ bin/spc micro:combine my-app.phar -I "memory_limit=4G" -I "disable_functions=sys
298298

299299
<a href="https://nativephp.com/"><img src="/docs/public/images/nativephp-logo.svg" width="300" alt="NativePHP Logo" /></a>
300300

301-
302301
## 开源协议
303302

304303
本项目采用 MIT License 许可开源,下面是类似的项目:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
**static-php-cli** is a powerful tool designed for building static, standalone PHP runtime
1111
with popular extensions.
1212

13-
Static PHP built by **static-php-cli** supports `cli`, `fpm`, `embed` and `micro` SAPI.
13+
Static PHP built by **static-php-cli** supports `cli`, `fpm`, `embed`, `micro` and `frankenphp` SAPI.
1414

1515
**static-php-cli** also has the ability to package PHP projects
1616
along with the PHP interpreter into one single executable file.

0 commit comments

Comments
 (0)