This repository has been archived by the owner on Sep 1, 2023. It is now read-only.
Support for ext-factparse
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.