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

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

内容简介: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 虚拟机》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!

查看所有标签

猜你喜欢:

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

Web应用漏洞侦测与防御

Web应用漏洞侦测与防御

Mike Shema / 齐宁、庞建民、张铮、单征 / 机械工业出版社 / 2014-8-20 / 69.00

本书由国际知名网络安全专家亲笔撰写,全面讲解如何预防常见的网络攻击,包括HTML注入及跨站脚本攻击、跨站请求伪造攻击、SQL注入攻击及数据存储操纵、攻破身份认证模式、利用设计缺陷、利用平台弱点、攻击浏览器和隐私等, 全书共8章:第1章介绍HTML5的新增特性及使用和滥用HTML5的安全考虑;第2章展示了如何只通过浏览器和最基本的HTML知识就可以利用Web中最常见的漏洞;第3章详细讲解CSR......一起来看看 《Web应用漏洞侦测与防御》 这本书的介绍吧!

MD5 加密
MD5 加密

MD5 加密工具

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具