Skip to content

swoole-cli-v0.0.8

Compare
Choose a tag to compare
@jingjingxyk jingjingxyk released this 04 Aug 08:45

swoole-cli swoole v6 发版验证

item value
branch experiment-zts
tag swoole-cli-v0.0.8
swoole version v6.0.0-dev
php version 8.1.27
release date 2024-08-04

变更

  1. PHP 编译启用 ZTS (Zend Thread Safe) 【重大变化】
  2. swoole 升级为 v6
  3. 禁用cygwin 版本构建
  4. 禁用opcache 扩展
  5. 修复 libiconv 下载地址 bug
  6. 改进打包 pool 目录的逻辑,发版时不使用 缓存

快速下载包含 swoole v6.0.0-dev 版本的swoole-cli

curl -fSL  https://swoole-cli.jingjingxyk.com/setup-swoole-cli-pre-runtime.sh | bash

curl -fSL https://github.com/jingjingxyk/swoole-cli/blob/new_dev/setup-swoole-cli-pre-runtime.sh?raw=true  | bash

curl -fSL https://gitee.com/jingjingxyk/swoole-cli/raw/new_dev/setup-swoole-cli-pre-runtime.sh | bash 

# 或者使用代理下载

curl -fSL  https://swoole-cli.jingjingxyk.com/setup-swoole-cli-pre-runtime.sh | bash -s -- --proxy socks5h://127.0.0.1:2000

curl -fSL https://github.com/jingjingxyk/swoole-cli/blob/new_dev/setup-swoole-cli-pre-runtime.sh?raw=true  | bash -s -- --proxy socks5h://127.0.0.1:2000

curl -fSL https://gitee.com/jingjingxyk/swoole-cli/raw/new_dev/setup-swoole-cli-pre-runtime.sh | bash -s -- --proxy socks5h://127.0.0.1:2000

 

备注: macos环境下 首次运行提示无权限 ,解决方法

note : macos clearing the com.apple.quarantine extended attribute

   xattr ./bin/swoole-cli

  sudo xattr -rd com.apple.quarantine  ./bin/swoole-cli

swoole v6 example

 https://github.com/swoole/swoole-src/releases/tag/v6.0.0-alpha

 https://github.com/swoole/swoole-src/tree/master/examples/thread