✨ New Features:
- Added
Swoole\Thread::yield()
,Swoole\Thread::activeCount()
, andSwoole\Thread::isAlive()
methods. @matyhtf
🐛 Bug Fixes:
- Fixed an issue where using single-thread mode and setting heartbeat in
SWOOLE_THREAD
mode would cause exceptions. @matyhtf - Fixed a segmentation fault issue after enabling
swoole.enable_fiber_mock
. @NathanFreeman - Fixed an integer overflow issue in the Redis server. @yannaingtun
📢 Note:
- The Redis server currently only supports the
RESP2
protocol. When formatting strings that do not comply with this protocol, an exception will be thrown instead of logging. @matyhtf
😊 Thank you:
- Thank you for your contributions to Swoole v6.0.2. Wishing everyone good health, success, and smooth work.
✨ 新特性:
- 增加
Swoole\Thread::yield()
,Swoole\Thread::activeCount()
和Swoole\Thread::isAlive()
方法。 @matyhtf
🐛 Bug修复:
- 修复在
SWOOLE_THREAD
模式下,使用单线程模式和设置心跳会引发异常的问题。 @matyhtf - 修复开启
swoole.enable_fiber_mock
后的段错误问题。 @NathanFreeman - 修复Redis服务端的整型溢出问题。 @yannaingtun
📢 注意:
- Redis服务端目前将仅支持
RESP2
协议,当格式化不符合该协议的字符串时,将抛出异常而不是记录日志。 @matyhtf
😊 致谢:
- 感谢你们为Swoole v6.0.2做出的贡献,祝愿大家身体健康,万事如意,工作顺利。