hhvm-autoload icon indicating copy to clipboard operation
hhvm-autoload copied to clipboard

Userland autoloading is going away

Open lexidor opened this issue 2 years ago • 0 comments

See: https://github.com/facebook/hhvm/commit/d419828855998fc7c1f9e93647b6a4091647d956

NF FTW (Native Facts For The Win).

It might be nice to keep this project around for the pseudo-reflection "where's this symbol defined" api. If this is the direction the Meta team wants to pursue, the following steps would have to be taken.

  • Release a new version of hhvm-autoload with a minimum hhvm version where autoload_set_paths() stopped working.
  • Make initialize() a noop.

The hack Oss world should update their bin/ scripts to stop looking for the autoloader.

lexidor avatar May 25 '23 21:05 lexidor