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

Commit 7527814

Browse files
committed
1 parent df8342e commit 7527814

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

docs/en/guide/extension-notes.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,3 +144,7 @@ please download the source code from [pecl.php.net/package/xhprof](http://pecl.p
144144
If you enable event extension on macOS, the `openpty` will be disabled due to issue:
145145

146146
- [static-php-cli#335](https://github.com/crazywhalecc/static-php-cli/issues/335)
147+
148+
## parallel
149+
150+
Parallel is only supported on PHP 8.0 ZTS and above.

docs/extensions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
| [oci8](./extension-notes#oci8) | no | no | no | |
3939
| opcache | yes | yes | yes | yes |
4040
| [openssl](./extension-notes#openssl) | yes | yes | yes | yes |
41+
| [parallel](./extension-notes#parallel) | yes | yes | | yes |
4142
| [password-argon2](./extension-notes#password-argon2) | yes | yes | | |
4243
| pcntl | yes | yes | yes | no |
4344
| pdo | yes | yes | yes | yes |

docs/zh/guide/extension-notes.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,3 +131,7 @@ xhprof 扩展包含三部分:`xhprof_extension`、`xhprof_html`、`xhprof_libs
131131
event 扩展在 macOS 系统下编译后暂无法使用 `openpty` 特性。相关 Issue:
132132

133133
- [static-php-cli#335](https://github.com/crazywhalecc/static-php-cli/issues/335)
134+
135+
## parallel
136+
137+
parallel 扩展只支持 PHP 8.0 及以上版本,并只支持 ZTS 构建(`--enable-zts`)。

0 commit comments

Comments
 (0)