皇上,还记得我吗?我就是1999年那个Linux伊甸园啊-----24小时滚动更新开源资讯,全年无休!

HHVM 3.27.3 和 3.28.2 发布, PHP 虚拟机

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

主要更新内容如下:

Bug 修复

  • 3.27.3 and 3.28.2: handle EINTR when using HackC (common when using Xenon) – thanks to Keith Adams.
  • 3.27.3 and 3.28.2:  fix namespace resolution in anonymous classes when using HackC
  • 3.28.2: Support single-line if statements in hackfmt

性能改进

  • 3.27.3 and 3.28.2: provide better information on mouse hover in LSP editors and IDEs
  • 3.28.2: Experimental: add <<__Entrypoint>>, removing the need for pseudo-mains
  • 3.28.2: Experimental: add regular expression support as a native type

详情请查看更新日志

下载地址:

3.28.2

3.27.3

转自 https://www.oschina.net/news/100394/hhvm-3-28-2-and-3-27-3-released