From 9c379ada28a41672fdaeae328c5d4ab1d1579ddc Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Fri, 10 Feb 2023 14:34:52 +0100 Subject: [PATCH] wip #5721 --- src/Gzip.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Gzip.php b/src/Gzip.php index 65784b5..5ddde36 100644 --- a/src/Gzip.php +++ b/src/Gzip.php @@ -65,7 +65,7 @@ class Gzip return $res; } - protected static function fopen($filename, $mode='rb', $compression = 7) + public static function fopen($filename, $mode='rb', $compression = 7) { $protocol = self::_protocol($filename); if ($protocol == 'compress.zlib://') { -- 2.39.5