Add frankenphp SAPI

This commit is contained in:
crazywhalecc
2025-06-30 21:45:45 +08:00
parent 6de7b8e63b
commit 4e244789a2
2 changed files with 2 additions and 3 deletions

View File

@@ -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.