🐛 Bug Fixes:
- Fixed the issue where
Swoole\Http\Response::end()
returnsnull
. @NathanFreeman - Fixed the problem where the mutex lock of
Swoole\Table
could not be used before the process exits. @matyhtf - Fixed the failure of
Swoole\Server::stop()
caused by using named parameters. @matyhtf - Fixed the issue where the
runtime tcp
module did not support dynamically enabling SSL encryption. @matyhtf - Fixed the
Fatal error
issue caused by the timeout feature ofPHP
inZTS
mode. @matyhtf - Fixed the problem where
Swoole\Coroutine::getaddrinfo()
method could lead to SIGSEGV. @matyhtf - Fixed the issue where the HTTP client running for a long time resulted in incorrect timeout settings. @matyhtf
⛔ Warning:
- The
v5.1.x
version does not supportPHP-8.4
. If you want to useSwoole
withPHP-8.4
, please use the6.0
version.
😊 Thank you:
- Thank you for your contributions to
Swoole v5.1.6
. Wishing everyone good health, all the best, and smooth work.
🐛 Bug修复:
- 修复
Swoole\Http\Response::end()
返回null
的问题。 @NathanFreeman - 修复进程退出之前会导致
Swoole\Table
的互斥锁无法使用的问题。 @matyhtf - 修复使用命名参数导致
Swoole\Server::stop()
执行失败的问题。 @matyhtf - 修复
runtime tcp
模块不支持动态开启SSL加密的问题。 @matyhtf - 修复
PHP
在ZTS
模式下的超时特性引起的Fatal error
问题。 @matyhtf - 修复Swoole\Coroutine::getaddrinfo()方法会导致SIGSEGV的问题。 @matyhtf
- 修复http客户端长时间运行导致超时时间不正确的问题。 @matyhtf
⛔ 注意:
v5.1.*
版本不支持PHP-8.4
,如果想在PHP-8.4
中使用Swoole
,请使用v6.0
版本。
😊 致谢:
- 感谢你们为
Swoole v5.1.6
做出的贡献,祝愿大家身体健康,万事如意,工作顺利。