🐛 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 修复
修复http协程客户端
内存泄漏问题 (@NathanFreeman)
修复pdo_odbc
无法协程化的问题 (@NathanFreeman)
修复socket_import_stream()
执行错误的问题 (@Yurunsoft)
修复Context::parse_multipart_data()
无法处理空请求体的问题 (@NathanFreeman)
修复PostgreSQL协程客户端
参数不起作用的问题 (@Yurunsoft)
修复curl
在析构时会崩溃的bug (@matyhtf)
修复Swoole5.x
与新版的xdebug
不兼容问题 (@NathanFreeman)
修复类自动加载
的过程中发生协程切换导致提示类不存在
的问题 (@Yurunsoft)
修复无法在OpenBSD
编译swoole
的问题 (@ChihHao-Su) (@twose)