Skip to content
This repository has been archived by the owner on Sep 1, 2023. It is now read-only.

Support for ext-factparse

Compare
Choose a tag to compare
@fredemmott fredemmott released this 17 Feb 06:05
39ecfe6

The factparse extension is new in HHVM 3.18. It's built on HHVM's own parser, so should be faster and more compatible than definition-finder.

For this release, it's opt-in: add "parser": "ext-factparse" to your hh_autoload.json to try it. It'll hopefully be the default in future releases when available.