This repository has been archived by the owner on Sep 1, 2023. It is now read-only.
2.0.8: fix hh_client fallback handler in 4.20, support `HH_FORCE_IS_DEV` environment variable
- hhvm-autoload supports using
hh_client
to find definitions from the autoload map; this is intended for development environments. This was broken under HHVM 4.20 - add an
HH_FORCE_IS_DEV
environment variable to force the return value of\Facebook\AutoloadMap\Generated\is_dev()
; this is intended for unit testing functionality that has different default behavior in prod vs dev