- The
NameResolver
now resolves parameter type hints when entering the function/method/closure node. As such other visitors running after it will be able to make use of the resolved names at that point already. - The autoloader no longer sets the
unserialize_callback_func
ini option on registration - this is not necessary and may cause issues when running PhpUnit tests with process isolation.