From 4e244789a2d32c482d3460a9074a1f39db108f7e Mon Sep 17 00:00:00 2001 From: crazywhalecc Date: Mon, 30 Jun 2025 21:45:45 +0800 Subject: [PATCH] Add frankenphp SAPI --- README-zh.md | 3 +-- README.md | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README-zh.md b/README-zh.md index bd155da5..0a0c4578 100755 --- a/README-zh.md +++ b/README-zh.md @@ -9,7 +9,7 @@ **static-php-cli**是一个用于静态编译、构建 PHP 解释器的工具,支持众多流行扩展。 -目前 static-php-cli 支持 `cli`、`fpm`、`embed` 和 `micro` SAPI。 +目前 static-php-cli 支持 `cli`、`fpm`、`embed`、`micro` 和 `frankenphp` SAPI。 **static-php-cli**也支持将 PHP 代码和 PHP 运行时打包为一个文件并运行。 @@ -298,7 +298,6 @@ bin/spc micro:combine my-app.phar -I "memory_limit=4G" -I "disable_functions=sys NativePHP Logo - ## 开源协议 本项目采用 MIT License 许可开源,下面是类似的项目: diff --git a/README.md b/README.md index 8316a751..46200f09 100755 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ **static-php-cli** is a powerful tool designed for building static, standalone PHP runtime with popular extensions. -Static PHP built by **static-php-cli** supports `cli`, `fpm`, `embed` and `micro` SAPI. +Static PHP built by **static-php-cli** supports `cli`, `fpm`, `embed`, `micro` and `frankenphp` SAPI. **static-php-cli** also has the ability to package PHP projects along with the PHP interpreter into one single executable file.