theseer / Autoload

A lightweight php namespace aware autoload generator and phar archive builder
Other
388 stars 47 forks source link

Workdirectory included as subdirectory in phar archive #63

Closed theseer closed 9 years ago

theseer commented 9 years ago

When run like ./phpab [...] --phar some/dir the directory dir is included into the phar archive rather than having only its files included.

This unexpected change from previous versions triggered https://github.com/sebastianbergmann/phpunit/issues/1815

theseer commented 9 years ago

The fix in commit e305266 broke more than it fixed. Reopening.