Skip to content

Commit 8e5efb9

Browse files
committed
update docs
1 parent 8993b3f commit 8e5efb9

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

docs/en/guide/extension-notes.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ which will be listed one by one here.
66

77
## curl
88

9+
HTTP3 support is not enabled by default, compile with `--with-libs="nghttp2,nghttp3,ngtcp2"` to enable HTTP3 support for PHP >= 8.4.
10+
911
When using curl to request HTTPS, there may be an `error:80000002:system library::No such file or directory` error.
1012
For details on the solution, see [FAQ - Unable to use ssl](../faq/#unable-to-use-ssl).
1113

@@ -156,4 +158,4 @@ Parallel is only supported on PHP 8.0 ZTS and above.
156158

157159
1. This is not technically an extension, but a library.
158160
2. Building with `--with-libs="mimalloc"` on Linux or macOS will override the default allocator.
159-
3. This is experimental for now, but is recommended in threaded environments.
161+
3. This is experimental for now, but is recommended in threaded environments.

docs/zh/guide/extension-notes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
## curl
66

7+
HTTP3 支持默认未启用,需在编译时添加 `--with-libs="nghttp2,nghttp3,ngtcp2"` 以启用 PHP 8.4 及以上版本的 HTTP3 支持。
8+
79
使用 curl 请求 HTTPS 时,可能存在 `error:80000002:system library::No such file or directory` 错误,
810
解决办法详见 [FAQ - 无法使用 ssl](../faq/#无法使用-ssl)
911

0 commit comments

Comments
 (0)