v5.1.4.0
item | value |
---|---|
branch | v5.1.x |
tag | v5.1.4.0 |
swoole version | v5.1.4 |
php version | 8.1.29 |
release date | 2024-09-09 |
变更:
1. 修复 libiconv 下载地址错误
2. swoole 版本由 v5.1.3 升级为 v5.1.4 , [swoole v5.1.4 info](https://github.com/swoole/swoole-src/releases/tag/v5.1.4)
3. 新增 swoole-cli 下载脚本
4. PHP 版本由 8.1.27 升级为 8.1.29
5. 优化 pool 目录打包为 all-deps.zip 文件
6. libpq 由 v16.0 升级为 v16.3
立即下载使用 swoole-cli
curl -fSL https://github.com/swoole/swoole-cli/blob/main/setup-swoole-cli-runtime.sh?raw=true | bash
# 来自 https://www.swoole.com/download
curl -fSL https://github.com/swoole/swoole-cli/blob/main/setup-swoole-cli-runtime.sh?raw=true | bash -s -- --mirror china
备注: macos环境下 首次运行提示无权限 ,解决方法
note : macos clearing the com.apple.quarantine extended attribute
xattr ./bin/runtime/swoole-cli
sudo xattr -rd com.apple.quarantine ./bin/runtime/swoole-cli