Commit a23c221e authored by Fabien Potencier's avatar Fabien Potencier

merged branch hakre/patch-1 (PR #600)

This PR was merged into the master branch.

Commits
-------

94685096 Make reason of prenatal code visible.

Discussion
----------

Make reason of prenatal code visible.

Code is commented since ages, the reason is missing (because there is a reason).

See #594
parents f7a8956f 94685096
......@@ -82,7 +82,8 @@ class Compiler
$phar->stopBuffering();
// $phar->compressFiles(\Phar::GZ);
// FIXME: phar compression feature is not yet implemented
//$phar->compressFiles(\Phar::GZ);
unset($phar);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment