Skip to content

swoole-cli-v0.0.10

Compare
Choose a tag to compare
@jingjingxyk jingjingxyk released this 26 Aug 17:34

swoole-cli v5.1.4.0 发版测试

item value
branch feature-v5.1
tag v5.1.4.0
swoole version v5.1.4
php version 8.1.29
release date 2024-08-27

变更:

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