]> _ Git - cubist_util.git/commitdiff
wip #5721
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 10 Feb 2023 13:34:52 +0000 (14:34 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 10 Feb 2023 13:34:52 +0000 (14:34 +0100)
src/Gzip.php

index 65784b51ac3f7d04c20b54c057034e9a1b00cf8a..5ddde36a243d606970e5b8b5f84ae90e49875106 100644 (file)
@@ -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://') {