4.2.7
最后更新于:2022-04-02 06:46:20
# 4.2.7
* Server添加`task_async`配置项,支持在纯同步模式和异步模式之间切换,默认为同步模式(向后兼容)
* `Runtime::enableCoroutine`增加了`gethostbyname`的底层协程化
* 支持`PHP7.3RC5`版本
* 修复低版本GCC的兼容问题([#2094](https://github.com/swoole/swoole-src/issues/2094 "#2094"))
* 修复`client->recv`ssl超时错误
* 修复`Socks5`代理不起作用的问题([#2103](https://github.com/swoole/swoole-src/issues/2103 "#2103"))
* 修复redis请求失败后`connected`属性未更新的错误Co\\Redis。([#2104](https://github.com/swoole/swoole-src/issues/2104 "#2104"))
* 修复`taskWait`段错误([#2098](https://github.com/swoole/swoole-src/issues/2098 "#2098"))
* 修复`Co\Socket`重用问题
* 修复了`Process\Pool`中一个bug
* `Swoole\Serialize`将被迫在PHP7.3中关闭(暂时不支持)
';