github swoole/swoole-src v5.1.6

6 hours ago

🐛 Bug Fixes:

  • Fixed the issue where Swoole\Http\Response::end() returns null. @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 of PHP in ZTS 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 support PHP-8.4. If you want to use Swoole with PHP-8.4, please use the 6.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
  • 修复PHPZTS模式下的超时特性引起的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做出的贡献,祝愿大家身体健康,万事如意,工作顺利。

Don't miss a new swoole-src release

NewReleases is sending notifications on new releases.