Download Latest Version v6.2.2 source code.zip (3.7 MB)
Email in envelope

Get an email when there's a new version of Swoole

Home / v6.1.9
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2026-07-07 1.0 kB
v6.1.9 source code.tar.gz 2026-07-07 2.0 MB
v6.1.9 source code.zip 2026-07-07 3.4 MB
Totals: 3 Items   5.5 MB 0
  • Refactored the communication between multi-thread pools from Pipe to Unix Socket to enhance the reliability of high-concurrency transmission for asynchronous file operations.
  • Resolved sporadic segmentation faults when Worker parses HTTP parameters, eliminating the risk of process crashes.
  • Fixed a fatal Error::__toString error during the PHP request shutdown (rshutdown) phase when interacting with the database.
  • Fixed the Poll event initialization exception after coroutine conversion of pdo_pgsql, ensuring the stability of blocking mode.

  • 将多线程池间的通信方式从 Pipe 重构为 Unix Socket,增强异步文件操作的高并发传输可靠性。

  • 解决了 Worker 解析 HTTP 参数时的偶发性段错误,消除进程崩溃风险。
  • 修复了 PHP 请求结束(rshutdown)阶段与数据库交互时的 Error::__toString 致命错误。
  • 修复了 pdo_pgsql 协程化后 Poll 事件初始化异常,确保阻塞模式的稳定性。
Source: README.md, updated 2026-07-07