Merge pull request #5311 from nextcloud/revert-5116-zipstreamer
Revert "Always enable Zip64 extension for zipstreamer"
This commit is contained in:
commit
1286e9716b
|
@ -41,7 +41,7 @@ class Streamer {
|
|||
if ($request->isUserAgent($this->preferTarFor)) {
|
||||
$this->streamerInstance = new TarStreamer();
|
||||
} else {
|
||||
$this->streamerInstance = new ZipStreamer();
|
||||
$this->streamerInstance = new ZipStreamer(['zip64' => PHP_INT_SIZE !== 4]);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue