HHVM 4.129 is released! This release marks the end of support for 4.123; HHVM 4.124–4.128 remain supported, as do the 4.102 and 4.128 LTS release.
Highlights
hackfmt --in-place
(or-i
) no longer writes to files that do not have formatting changes.- added
hackfmt --check-formatting
which, given a list of files, prints which files would be modified byhackfmt --in-place
. hackfmt
now correctly handles multi-line string literals.- fixes
DateTimeZone::listIdentifiers()
returning an empty set. - fixes the
UTC
timezone not being recognized.
Breaking Changes
isset()
no longer permitsinout
arguments.
转自 https://hhvm.com/blog/2021/09/28/hhvm-4.129.html