| Name | Modified | Size | Downloads / 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
PipetoUnix Socketto enhance the reliability of high-concurrency transmission for asynchronous file operations. - Resolved sporadic segmentation faults when
WorkerparsesHTTPparameters, eliminating the risk of process crashes. - Fixed a fatal
Error::__toStringerror during thePHPrequest shutdown (rshutdown) phase when interacting with the database. -
Fixed the
Pollevent initialization exception after coroutine conversion ofpdo_pgsql, ensuring the stability of blocking mode. -
将多线程池间的通信方式从
Pipe重构为Unix Socket,增强异步文件操作的高并发传输可靠性。 - 解决了
Worker解析HTTP参数时的偶发性段错误,消除进程崩溃风险。 - 修复了
PHP请求结束(rshutdown)阶段与数据库交互时的Error::__toString致命错误。 - 修复了
pdo_pgsql协程化后Poll事件初始化异常,确保阻塞模式的稳定性。