1
0
Fork 0

Disable gzip compression of the phar

pull/300/merge
Jordi Boggiano 2012-02-15 18:21:17 +01:00
parent 15dddf44fa
commit 6905e3a7ae
1 changed files with 2 additions and 1 deletions

View File

@ -79,7 +79,8 @@ class Compiler
$phar->stopBuffering(); $phar->stopBuffering();
$phar->compressFiles(\Phar::GZ); // disabled for interoperability with systems without gzip ext
// $phar->compressFiles(\Phar::GZ);
$this->addFile($phar, new \SplFileInfo(__DIR__.'/../../LICENSE'), false); $this->addFile($phar, new \SplFileInfo(__DIR__.'/../../LICENSE'), false);