box2-lib icon indicating copy to clipboard operation
box2-lib copied to clipboard

A library for simplifying the PHAR build process.

Results 8 box2-lib issues
Sort by recently updated
recently updated
newest added

Hi there! My colleague informed me that building the phar file takes about 4 minutes. I couldn't believe this so I quickly looked into what the issue was. Blackfire told...

Fix a few minor typos.

Improves performance by ~ 20 % if there are a lot of files see the original pull request https://github.com/box-project/box2-lib/pull/21

I can't pass a custom rewrite function, because it gets escaped and inserted in as a string. It's not passed to Phar::webPhar as a `callable`. The PHP docs seem to...

Faster build times by being able to exclude certain paths from variable replacement: Issue: https://github.com/box-project/box2/issues/97 These changes are required for the other PR I am making for box2

PHP has a [native function](http://php.net/manual/en/function.php-strip-whitespace.php) for stripping comments and whitespaces.

Aloha, basically it would be nice to have some sort of define ("BOX_PHAR".. something like that), which explicitely allows to detect if a script is run from within a phar...

enhancement