This repository was archived by the owner on Jul 1, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -144,3 +144,7 @@ please download the source code from [pecl.php.net/package/xhprof](http://pecl.p
144
144
If you enable event extension on macOS, the ` openpty ` will be disabled due to issue:
145
145
146
146
- [ 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.
Original file line number Diff line number Diff line change 38
38
| [ oci8] ( ./extension-notes#oci8 ) | no | no | no | |
39
39
| opcache | yes | yes | yes | yes |
40
40
| [ openssl] ( ./extension-notes#openssl ) | yes | yes | yes | yes |
41
+ | [ parallel] ( ./extension-notes#parallel ) | yes | yes | | yes |
41
42
| [ password-argon2] ( ./extension-notes#password-argon2 ) | yes | yes | | |
42
43
| pcntl | yes | yes | yes | no |
43
44
| pdo | yes | yes | yes | yes |
Original file line number Diff line number Diff line change @@ -131,3 +131,7 @@ xhprof 扩展包含三部分:`xhprof_extension`、`xhprof_html`、`xhprof_libs
131
131
event 扩展在 macOS 系统下编译后暂无法使用 ` openpty ` 特性。相关 Issue:
132
132
133
133
- [ 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 ` )。
You can’t perform that action at this time.
0 commit comments