Skip to content

swoole-cli-v6.0.0.0

Compare
Choose a tag to compare
@jingjingxyk jingjingxyk released this 11 Dec 12:02
· 15 commits to main since this release
3f35eb4

test swoole-cli v6.0.0.0 release

item value
branch main
tag swoole-cli-v6.0.0.0
swoole version 6.0.0RC1
php version 8.1.29
release date 2024-12-11

变更:

1.  PHP enable ZTS 
2.  swoole 版本由 V5.1.6 升级为 v6.0.0 , [swoole v6.0.0 info]([v6.0.0-rc1](https://github.com/swoole/swoole-src/releases/tag/v6.0.0-rc1))

立即下载使用 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