Skip to content
This repository has been archived by the owner on Sep 1, 2020. It is now read-only.

Latest commit

 

History

History
16 lines (14 loc) · 965 Bytes

16.20.32 - 1.8.5.md

File metadata and controls

16 lines (14 loc) · 965 Bytes

1.8.5

  • 修复swoole_mysql_query执行insert语句时insert_id错误的问题(严重问题)
  • 修复Swoole\WebSocket\Server接收小于4字节数据时发生崩溃的问题(严重问题)
  • 增加swoole_mysql_query对bigint自增ID的支持
  • 增加swoole_mysql_query嵌套回调出现致命错误的问题
  • 增加execinfo模块检测避免在不支持execinfo平台无法编译通过的问题
  • 修改Swoole\Server回调函数存储方式,使用对象属性保存callback
  • 修复Swoole\WebSocket\Server多协议下发生崩溃的问题
  • 禁止异步Swoole\Client使用SWOOKE_KEEP长连接设置
  • 修复同步Swoole\Client内存泄漏问题
  • 增加Swoole\Client绑定地址和端口的支持
  • 增加Swoole\Server->stats方法的Task消息队列数量和字节计数
  • 修复Swoole\Http\Client连接关闭时发生崩溃的问题
  • 修复Swoole\Server->taskwait操作导致tasking_num计数错误问题