Skip to content

Commit

Permalink
Add compression for Phar archives
Browse files Browse the repository at this point in the history
  • Loading branch information
antonmedv committed Apr 20, 2018
1 parent 99423f0 commit 00e0b27
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bin/build
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,7 @@ __HALT_COMPILER();
STUB;

$phar->setStub($stub);
// Bug #53467. Phar cannot compress large archives. https://bugs.php.net/bug.php?id=53467
// $phar->compressFiles(Phar::GZ);
$phar->compressFiles(Phar::GZ);
$phar->stopBuffering();
unset($phar);

Expand Down

0 comments on commit 00e0b27

Please sign in to comment.