• Igor Wiedler's avatar
    Support including a phar from another phar · 5dc4d9c5
    Igor Wiedler authored
    The default stubs mess up when you try to run a phar which includes
    another phar. In my case I was running pip.phar on the CLI, which
    included app.php, which in turn included silex.phar.
    
    It broke the __DIR__ calls. This was able to fix it.
    
    Needs testing in lots of different setups, because the default stubs are
    no longer used.
    5dc4d9c5
Name
Last commit
Last update
doc Loading commit data...
src/Silex Loading commit data...
tests Loading commit data...
vendor Loading commit data...
.gitignore Loading commit data...
.gitmodules Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
autoload.php Loading commit data...
compile Loading commit data...
example.htaccess Loading commit data...
phpunit.xml.dist Loading commit data...