HHVM 3.29.1 和 3.27.4 发布,Facebook 打造的 PHP 虚拟机

栏目: 软件资讯 · 发布时间: 6年前

内容简介:HHVM 3.29.1 和 3.27.4 发布了,这两个版本均包含 Bugfix 和功能改进: 3.29.1 Fix reversed assignment when lambdas have multiple inout parameters This release is available for Ubuntu 18.10 Cosmic Signi...

HHVM 3.29.1 和 3.27.4 发布了,这两个版本均包含 Bugfix 和功能改进:

3.29.1

  • Fix reversed assignment when lambdas have multiple inout parameters

  • This release is available for Ubuntu 18.10 Cosmic

  • Significantly reduced lock contention when not running in repo-authoritative mode

  • Fix incorrect results for experimental HSL regex when combined with offset capture

  • Support building on systems where $PATH includes spaces

3.27.4

  • Fix reversed assignment when lambdas have multiple inout parameters

  • Support stream_await() on FDs when using CLI server (included in 3.29.0)

  • stream_await() will throw an InvalidOperationException if called on an unawaitable file descriptor. This includes actual on-disk files on Linux, as they are not supported by epoll. We recommend that callers attempt to stream_await(), and handle this exception if neccessary. The stream metadata can not be used to identify whether or not a stream is awaitable - for example, hhvm foo.php has an awaitable STDIN, but hhvm foo.php < myfile has an awaitable STDIN on MacOS (kqueue) but not on Linux (epoll). In prior releases, behavior varied; the most common result was writing an error to STDOUT, and the awaitable not resolving, with request timeout eventually being reached (included in 3.29.0)

开发团队表示,对最后一个 issue 的修复在技术上属于 BC break(破话了向后兼容性,backward compatibility),但还是将其引入了该版本中,不然项目会出现更大的问题。

详细更新内容请点此查看

下载地址:https://github.com/facebook/hhvm/releases


【声明】文章转载自:开源中国社区 [http://www.oschina.net]


以上所述就是小编给大家介绍的《HHVM 3.29.1 和 3.27.4 发布,Facebook 打造的 PHP 虚拟机》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

热点

热点

【美】马克•舍费尔(Mark Shaefer) / 曲秋晨 / 中国人民大学出版社 / 2017-1 / 49.00

你是不是常常困惑: 我创作内容,利用社交媒体,并紧跟每一次数字营销的创新和新平台的运作,可为什么我的业务和影响力没有明显起色? 2015年至2020年间,网络信息量将增长五到十倍,信息极度过剩。如何让你的内容脱颖而出?《热点》由全球顶尖营销专家马克•舍费尔所著,详尽披露如何收获核心粉丝、形成社会认同、引爆热点,进而成功塑造伟大的企业和个人品牌。一起来看看 《热点》 这本书的介绍吧!

图片转BASE64编码
图片转BASE64编码

在线图片转Base64编码工具

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具