diff --git a/archive.tar b/archive.tar new file mode 100644 index 0000000..44c180c Binary files /dev/null and b/archive.tar differ diff --git a/src/SevenZip.php b/src/SevenZip.php index a7995fb..0849b80 100644 --- a/src/SevenZip.php +++ b/src/SevenZip.php @@ -1172,7 +1172,7 @@ public function executeUntarAfter(string $tarFile, array $extractCommand): strin if ($this->shouldKeepFileInfoOnTar()) { $sz ->addFlag('snoi') - ->addFlag('snon') +// ->addFlag('snon') // @FIXME on linux causes a error "Segmentation fault" ->addFlag('mtc', 'on') ->addFlag('mta', 'on') ->addFlag('mtm', 'on'); @@ -1417,7 +1417,7 @@ protected function executeTarBefore(): self if ($this->shouldKeepFileInfoOnTar()) { $sz ->addFlag("snoi") - ->addFlag("snon") +// ->addFlag("snon") // @FIXME on linux causes a error "Segmentation fault" ->addFlag("mtc", "on") ->addFlag("mta", "on") ->addFlag("mtm", "on");