Home
last modified time | relevance | path

Searched hist:"6 beb5edc7f6912312807b6135ef730e133666d77" (Results 1 – 1 of 1) sorted by relevance

/dokuwiki/inc/
H A Dio.php6beb5edc7f6912312807b6135ef730e133666d77 Fri Apr 10 17:27:28 UTC 2026 Andreas Gohr <andi@splitbrain.org> add gzfile_get_contents() to handle multi-stream gz and corruption

The initial gzdecode() fix only decoded the first gzip stream,
breaking append mode where gzopen() creates concatenated streams.

Replace with a chunk-based reader using inflate_* functions that
loops through all streams and still correctly detects corrupt data.