Home >Backend Development >PHP Tutorial >Swoole 1.8.4 发布,BUG 修复版本

Swoole 1.8.4 发布,BUG 修复版本

WBOY
WBOYOriginal
2016-06-23 13:10:05867browse

Swoole 1.8.4 发布了,Swoole是PHP的异步、并行、高性能网络通信引擎,此版本是一个BUG修复版本。此版本修复了多个内存泄漏问题。建议所有用户升级至此版本。

主要更新:

  • 同步客户端禁止使用Swoole\Client->on注册异步回调函数

  • 修复Swoole\Http\Server解析form-data格式数据发生错误的问题

  • 修复Swoole\Redis回调函数内存泄漏问题

  • 修复swoole_mysql_queue回调函数内存泄漏问题

  • 修复 Issue#585

  • 修复 Issue#590

  • 修复Swoole\Http\Client内存泄漏问题

  • 修复Swoole\Client连接关闭时发生崩溃的问题

  • 修复Swoole\Client->onError时未设置errCode的问题

  • 修复swoole_async_writefile函数未设置回调函数发生coredump的问题

  • 增加Swoole\Client对异步unixsock的支持

  • 增加Swoole\Http\Request对高精度请求时间的支持

下载地址:

  • GITHUB: https://github.com/swoole/swoole-src/releases/tag/swoole-1.8.4-stable

  • 开源中国: http://git.oschina.net/matyhtf/swoole/tree/swoole-1.8.4-stable

  • PECL: https://pecl.php.net/package/swoole/1.8.4

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn