Skip to content
This repository was archived by the owner on Jul 1, 2024. It is now read-only.

Commit a27619a

Browse files
committed
1 parent 60f2678 commit a27619a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/en/guide/manual-build.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ when you use static-php-cli to build PHP or modify and enhance the static-php-cl
289289
bin/spc dev:extensions
290290

291291
# Output the meta information of the specified extension
292-
bin/spc dev:extensions mongodb curl openssl
292+
bin/spc dev:extensions mongodb,curl,openssl
293293

294294
# Output the currently compiled PHP version
295295
# You need to decompress the downloaded PHP source code to the source directory first

docs/zh/guide/manual-build.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ bin/spc extract php-src,libxml2
254254
bin/spc dev:extensions
255255

256256
# 输出指定扩展的信息
257-
bin/spc dev:extensions mongodb curl openssl
257+
bin/spc dev:extensions mongodb,curl,openssl
258258

259259
# 输出当前编译的 PHP 版本(需要先将下载好的 PHP 源码解压到 source 目录,你可以使用 `bin/spc extract php-src` 单独解压缩源码)
260260
bin/spc dev:php-ver

0 commit comments

Comments
 (0)