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'
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'