Map-based autoloader across php and phar resources

⌈⌋ ⎇ branch:  Canonic Autoloader


binfmt

On Debian systems you may generally wish to make php executables run without shebang:

update-binfmts --install phar /usr/bin/php --extension phar
update-binfmts --install php  /usr/bin/php --magic '<?php'