前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >HHVM 3.24 正式发布:不再支持 PHP 5

HHVM 3.24 正式发布:不再支持 PHP 5

作者头像
Debian中国
发布2018-12-20 16:36:14
4800
发布2018-12-20 16:36:14
举报
文章被收录于专栏:Debian中国

HHVM 3.24 终于发布了,此版本包含新功能、错误修复、性能改进和对未来改进的支持工作。值得注意的是,HHVM 3.24 是支持 PHP 5 的最后一个版本,这包括对 PHP 5 扩展 (ext_zend_compat) 的源码级别兼容性。官方建议迁移到 Hack 或 PHP 7。

此外,HHVM 3.24 也是对 Debian 7 Wheezy 和 Ubuntu 17.04 Zesty 支持的最后一个版本。

有以下值得关注的更新亮点:

  • In Hack code, reference arguments must now be marked at the call site, e.g. $foo = [3, 1, 2]; sort(&$foo);
  • Support for using blocks – an alternative to destructors
  • Improved type inference and type checking for lambdas
  • Added the XHP attribute spread operator
  • Improved the typing of XHP attributes and children
  • Clearer error messages for constraint errors on generic methods
  • Improved handling of multiple debuggers (e.g. hphpd + xdebug)
  • hh_parse now offers a --full-fidelity-text-json option, which includes node content in the output
  • In partial mode, Hack no longer assumes that any unknown definitions must be defined in PHP

更新内容较多,详情请参阅 发布主页 。

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

本文参与 腾讯云自媒体同步曝光计划,分享自作者个人站点/博客。
原始发表:2018-01-17 ,如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 作者个人站点/博客 前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体同步曝光计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档