hershel-theodore-layton/hhvm-four-shim

Supporting hhvm 4 for as long as possible.

v0.6.3 2025-05-26 06:01 UTC

This package is auto-updated.

Last update: 2025-05-26 06:05:03 UTC


README

Supporting hhvm 4 for as long as possible.

This might not work, but I will try.

Installation

If you can depend on "require": { "hhvm/hhvm": ">=5" } handling from composer. You can simply composer require this library and be on your merry way. If you use --ignore-platform-reqs, you must pin a version. The 0.4.x range contains backports for hhvm 4, and the 0.6.x range contains forward compatible implementations for hhvm@next.

Development

There are two branches available, both must stay in sync.

  • master The place where the hhvm 6 code is being developed.
  • backports The place where the hhvm 4 code is being developed.