Skip to content
This repository has been archived by the owner on Aug 1, 2023. It is now read-only.

2.7.7: support HHVM 4.75-dev

Compare
Choose a tag to compare
@jjergus jjergus released this 11 Sep 17:18
dcf1beb

Support current nightly builds (HHVM 4.75-dev).

This removes a call to the newly deprecated function call_user_func_array. As a consequence, expect($callable)->toThrow() and similar methods now no longer support raw strings/tuples as $callable. Use a lambda, fun, class_meth or inst_meth instead. This change will be required everywhere soon, as HHVM is replacing raw strings/tuples with a native function pointer type.