This repository has been archived by the owner on Aug 1, 2023. It is now read-only.
v2.7.8: Improved support for large objects, support current HHVM nightly builds
This release:
- adds support for current nightly builds of HHVM, and is expected to support v4.88
- uses
print_r()
instead ofvar_dump()
when printing information on objects, to avoid stack overflows on deep objects, e.g. HHAST nodes