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

Commit 7b6de0b

Browse files
committed
add event notes
1 parent 0d5c5b7 commit 7b6de0b

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

docs/en/guide/extension-notes.md

+6
Original file line numberDiff line numberDiff line change
@@ -119,3 +119,9 @@ The xhprof extension consists of three parts: `xhprof_extension`, `xhprof_html`,
119119
Only `xhprof_extension` is included in the compiled binary.
120120
If you need to use xhprof,
121121
please download the source code from [pecl.php.net/package/xhprof](http://pecl.php.net/package/xhprof) and specify the `xhprof_libs` and `xhprof_html` paths for use.
122+
123+
# event
124+
125+
If you enable event extension on macOS, the `openpty` will be disabled due to issue:
126+
127+
- [static-php-cli#335](https://github.com/crazywhalecc/static-php-cli/issues/335)

docs/extensions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
| dba | yes | yes | yes | yes |
1010
| dom | yes | yes | | |
1111
| enchant | | | | |
12-
| event | yes | yes | | |
12+
| [event](./extension-notes#event) | yes | yes | | |
1313
| exif | yes | yes | yes | yes |
1414
| [ffi](./extension-notes#ffi) | no | yes | | |
1515
| filter | yes | yes | yes | yes |

docs/zh/guide/extension-notes.md

+6
Original file line numberDiff line numberDiff line change
@@ -108,3 +108,9 @@ pgsql ssl 连接与 openssl 3.2.0 不兼容。相关链接:
108108

109109
xhprof 扩展包含三部分:`xhprof_extension``xhprof_html``xhprof_libs`。编译的二进制中只包含 `xhprof_extension`
110110
如果需要使用 xhprof,请到 [pecl.php.net/package/xhprof](http://pecl.php.net/package/xhprof) 下载源码,指定 `xhprof_libs``xhprof_html` 路径来使用。
111+
112+
## event
113+
114+
event 扩展在 macOS 系统下编译后暂无法使用 `openpty` 特性。相关 Issue:
115+
116+
- [static-php-cli#335](https://github.com/crazywhalecc/static-php-cli/issues/335)

0 commit comments

Comments
 (0)