You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 19, 2021. It is now read-only.
Phar archives can be executed without the Phar extension [1]: For this to work, it needs a special stub file that extract the phar archive and runs its contents from a temporary directory if no phar extension is found.
As such, it would be nice if such a loader stub would could be provided by the StubGenerator. Instead of rewriting the phar parser (see Extract_Phar class in the above gist), one can probably re-use the result from createDefaultStub() similar to this. Special care needs to be taken with regards to the other settings on StubGenerator.