github swoole/swoole-src v6.1.9

5 hours ago
  • 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 事件初始化异常,确保阻塞模式的稳定性。

Don't miss a new swoole-src release

NewReleases is sending notifications on new releases.