Add compression for Phar archives

This commit is contained in:
Anton Medvedev 2018-04-20 19:24:16 +07:00
parent 99423f0b6e
commit 00e0b27025

View File

@ -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);