We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b74df7c commit ed78f7dCopy full SHA for ed78f7d
1 file changed
src/Tar.php
@@ -356,7 +356,7 @@ public function getArchive()
356
}
357
358
if ($this->comptype === Archive::COMPRESS_GZIP) {
359
- return gzcompress($this->memory, $this->complevel);
+ return gzencode($this->memory, $this->complevel);
360
361
if ($this->comptype === Archive::COMPRESS_BZIP) {
362
return bzcompress($this->memory);
0 commit comments