Skip to content

v5.1.6.0

Compare
Choose a tag to compare
@jingjingxyk jingjingxyk released this 29 Nov 13:18
· 5 commits to v5.1.x since this release
5598ae0
item value
branch v5.1.x
tag v5.1.6.0
swoole version v5.1.6
php version 8.1.29
release date 2024-11-29

变更:

   1. swoole 版本由 v5.1.5升级为 v5.1.6 , [swoole v5.1.6 info](https://github.com/swoole/swoole-src/releases/tag/v5.1.6)
   2. 默认启用 ['xslwriter'](https://github.com/viest/php-ext-xlswriter/releases) 扩展

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