Skip to content

v5.1.5.1

Compare
Choose a tag to compare
@jingjingxyk jingjingxyk released this 30 Oct 15:50
· 9 commits to v5.1.x since this release
74fdc9b
item value
branch v5.1.x
tag v5.1.5.1
swoole version v5.1.5
php version 8.1.29
release date 2024-10-30

变更:

   1. swoole 版本由 v5.1.4 升级为 v5.1.5 , [swoole v5.1.4 info](https://github.com/swoole/swoole-src/releases/tag/v5.1.5)
   2. 修复发版时 swoole 版本错误
   3. 修复 macos 环境 mongodb 扩展构建错误
   4. 修复 libxml2, libxslt URL
   5. 删除 docker build --progress=plain 参数,非通用参数,部分 docker 版本不支持
   6. 为 make.sh 添加可执行属性
   7. 设置 加载 php.ini 默认目录(/usr/local/swoole-cli/etc/php.ini)
   8. 优化同步 PHP 源码脚本
   9. 优化macos 环境下构建流程

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