Home  >  Article  >  Backend Development  >  Swoole 1.8.3 发布,BUG 修复版本

Swoole 1.8.3 发布,BUG 修复版本

WBOY
WBOYOriginal
2016-06-20 12:34:09813browse

Swoole 1.8.3 发布了。PHP的异步、并行、高性能网络通信引擎Swoole已发布1.8.3 版本,此版本是一个BUG修复版本。此版本修复了多协议特性相关的一些问题,完善了Http2.0和Http客户端的一些细节特性。

主要更新:

  • 增加swoole_server->getLastError方法,用于获取最近一次操作的错误码

  • 增加Http2协议下对COOKIE的支持

  • 增加Http2协议下对form-data的支持

  • 修复 issue#527

  • 修复 issue#553

  • 修复reactor_num设置超过CPU核数时发生崩溃的问题

  • 修复Swoole\Client->on设置的回调函数发生内存泄漏问题

  • 修复打开文件未关闭并且task_worker_num设置过大超过256导致服务器程序崩溃

  • 增加全异步服务器安全reload的支持

  • 增加http客户端对COOKIE的支持

  • 增加http客户端对SSL/TLS加密的支持

  • 修复BASE模式下启用心跳检测检测后使用swoole_client出现异常的问题

下载地址:

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

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

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

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