hhvm/hhvm-autoload

Release relative paths fix for HHVM < 4

Closed this issue · 2 comments

Please tag a new release for HHVM 3.x that includes "use relative paths for require_once statement in generated autoload map" 4d66f5a (e.g.: either v1.7.1 or v1.8)

if there's no problems, I'll do 1.8 at 5d3fdbf

the shell-out-to-autoload thing makes upgrades in the future a little easier: if you have that, the upgrade 'just works', otherwise you need to delete vendor/ so that php doesn't load the old version of the composer plugin, which uses HH\string as a type

Done