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 6db6fe42a79..a08c8444f02 100644
--- a/lib/private/streamer.php
+++ b/lib/private/streamer.php
@@ -39,7 +39,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]);
}
}