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

Latest commit

 

History

History
11 lines (9 loc) · 442 Bytes

16.20.53 - 1.7.7.md

File metadata and controls

11 lines (9 loc) · 442 Bytes

1.7.7

  • 增加对cygwin环境的支持,仅支持SWOOLE_BASE模式
  • 修复swoole_process子进程接收不到信号的问题
  • 定时器重构,使用EventLoop的超时机制来实现定时器
  • 定时器增加after接口,一次性时间回调
  • onClose事件调整为在close前触发
  • 支持在swoole_server的worker进程中创建swoole_process子进程
  • 默认package_max_length为2M
  • 支持用户设置task临时文件目录