Skip to content

Commit a2c5c7e

Browse files
committed
Add cgi SAPI
1 parent 4f6e646 commit a2c5c7e

File tree

14 files changed

+276
-171
lines changed

14 files changed

+276
-171
lines changed

README-zh.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,7 @@ bin/spc --version
207207
- `--build-micro`:构建 phpmicro 自执行二进制
208208
- `--build-fpm`:构建 fpm
209209
- `--build-embed`:构建 embed(libphp)
210+
- `--build-cgi`: 构建 cgi(不推荐)
210211
- `--build-all`:构建所有
211212

212213
如果出现了任何错误,可以使用 `--debug` 参数来展示完整的输出日志,以供排查错误:

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,7 @@ Now we support `cli`, `micro`, `fpm` and `embed` SAPI. You can use one or more o
218218
- `--build-micro`: build static phpmicro self-extracted executable
219219
- `--build-fpm`: build static fpm binary
220220
- `--build-embed`: build embed (libphp)
221+
- `--build-cgi`: build cgi binary (not recommended)
221222
- `--build-all`: build all
222223

223224
If anything goes wrong, use `--debug` option to display full terminal output:

0 commit comments

Comments
 (0)