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

3.1: stop interacting with the SPL autoload system

Compare
Choose a tag to compare
@fredemmott fredemmott released this 08 Apr 15:52

Prior releases will unregister any SPL autoloaders; this behavior was added a time when it was normal for Composer's PHP autoloader to be registered first. Removing as:

  • Composer's PHP autoloader has not been usable in HHVM for some time
  • The SPL autoload mechanism has been removed from current nightly builds of HHVM; attempting to unregister SPL autoloaders is now a type error