HHVM 4.61
HHVM 4.61 is released! This release marks the end of support for 4.55; HHVM 4.56–4.60 remain supported, as does the 4.32 LTS release.
Highlights
- The typechecker no longer reports multiple redundant errors when a class (interface) is extended (implemented) with incompatible generic type parameters (example).
- Fixed a bug where using
array_unshifton akeysetcould cause thekeysetto contain multiple identical values.
Future Changes
- Support for
HH_IGNORE_ERRORmay be removed in the future, makingHH_FIXMEthe only way to silence typechecker errors.- You can add
disable_hh_ignore_error=trueto your.hhconfigto get this behavior now.
- You can add