Add spx extension support (#501)

This commit is contained in:
Jerry Ma
2024-07-06 21:56:42 +08:00
committed by GitHub
parent 29cd50206c
commit 522d8b4890
7 changed files with 1041 additions and 976 deletions

View File

@@ -144,3 +144,8 @@ If you enable event extension on macOS, the `openpty` will be disabled due to is
## parallel
Parallel is only supported on PHP 8.0 ZTS and above.
## spx
1. The [SPX extension](https://github.com/NoiseByNorthwest/php-spx) only supports NTS mode.
2. SPX does not support Windows, and the official repository does not support static compilation. static-php-cli uses a [modified version](https://github.com/static-php/php-spx).

View File

@@ -131,3 +131,8 @@ event 扩展在 macOS 系统下编译后暂无法使用 `openpty` 特性。相
## parallel
parallel 扩展只支持 PHP 8.0 及以上版本,并只支持 ZTS 构建(`--enable-zts`)。
# spx
1. [SPX 扩展](https://github.com/NoiseByNorthwest/php-spx) 只支持非线程模式。
2. SPX 目前不支持 Windows且官方仓库也不支持静态编译static-php-cli 使用了 [修改版本](https://github.com/static-php/php-spx)。