summaryrefslogtreecommitdiffstats
path: root/lib/private/streamer.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/private/streamer.php')
-rw-r--r--lib/private/streamer.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/streamer.php b/lib/private/streamer.php
index 9c10c1b036a..5b7c0bafd12 100644
--- a/lib/private/streamer.php
+++ b/lib/private/streamer.php
@@ -38,7 +38,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]);
}
}