Skip to content

v5.1.1

Compare
Choose a tag to compare
@NathanFreeman NathanFreeman released this 26 Nov 14:42
· 75 commits to master since this release
b902f1b

🐛 Bug Fixed

  • Fixed memory leak issue in HTTP coroutine client @NathanFreeman
  • Fixed the issue of can not hook pdo_odbc @NathanFreeman
  • Fixed the error in executing socket_import_stream() @Yurunsoft
  • Fixed the issue with Context::parse_multipart_data() unable to handle empty request body @NathanFreeman
  • Fixed the issue with PostgreSQL coroutine client where the parameters are not working @Yurunsoft
  • Fixed the bug where curl crashes during destruction @matyhtf
  • Fixed the compatibility issue between Swoole 5.x and the latest version of xdebug @NathanFreeman
  • Fixed the problem of class not found error caused by coroutine switching during the process of class autoloading @Yurunsoft
  • Fixed the issue of not being able to compile Swoole on OpenBSD @ChihHao-Su @twose

🐛 Bug 修复