PHP 虚拟机 HHVM 发布 3.27.1 和 3.24.8 版本

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

内容简介:HHVM 是 Facebook 推出的用来执行 PHP 代码的虚拟机,它是一个 PHP 的 JIT(Just-In-Time) 编译器,同时具有产生快速代码和即时编译的优点。 HHVM 3.27.1 和 3.24.8 都是针对所在系列的 bug 修复版本,更新内容如...

HHVM 是 Facebook 推出的用来执行 PHP 代码的虚拟机,它是一个 PHP 的 JIT(Just-In-Time) 编译器,同时具有产生快速代码和即时编译的优点。

HHVM 3.27.1 和 3.24.8 都是针对所在系列的 bug 修复版本,更新内容如下: 

3.27.1

  • Fix stability issues when async if HHVM is linked against libevent2

  • Fix overly-strict parameter type variance for implementations of abstract methods

  • Fix as-you-type formatting when using recent versions of Nuclide

  • Fix formatting of comments that include tabs

  • Support debugging xbox requests

  • Regression: Support "{$$foo}" in PHP files

  • Regression: Support closures in anonymous classes

  • Regression: Fix typechecker hangs/crashes if there are many if (Shape::keyExists())refinements

  • Regression: Remove special meanings of some Hack keywords when file is PHP

  • Autocomplete: Remove ‘namespace fallback’ behavior for functions, which is no longer part of Hack

  • Autocomplete: Don’t trigger autocomplete after colons in case statements in namespaces

  • Autocomplete: Don’t trigger autocomplete after user attributes

3.24.8

  • Fix stability issues when using async if HHVM is linked against libevent2

  • Fix overly-strict parameter type variance for implementations of abstract methods

发行说明


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


以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

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

图解CSS3

图解CSS3

廖伟华 / 机械工业出版社 / 2014-7-1 / CNY 79.00

本书是CSS3领域的标准性著作,由资深Web前端工程师根据CSS3的最新技术标准撰写。内容极为全面、丰富和翔实,由浅入深地讲解了CSS3新特性的语法、功能和使用技巧,涵盖选择器、边框、背景、文本、颜色、UI、动画、新型盒模型、媒体查询、响应式设计等各种模块;写作方式创新,有趣且易懂,用图解的方式来描述CSS3的每一个特性甚至每一个步骤都配有实战效果图;包含大量案例,实战性强,每个特性都有作者从实践......一起来看看 《图解CSS3》 这本书的介绍吧!

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码

Markdown 在线编辑器
Markdown 在线编辑器

Markdown 在线编辑器

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具