Home
last modified time | relevance | path

Searched hist:"3 b335c64a63176232969cfc120c58682f00223ba" (Results 1 – 1 of 1) sorted by relevance

/dokuwiki/inc/
H A Dio.php3b335c64a63176232969cfc120c58682f00223ba Fri Apr 10 17:10:49 UTC 2026 Andreas Gohr <andi@splitbrain.org> use gzdecode instead of gzfile to work around PHP 8.5.3+ regression

gzfile() no longer detects corrupt gzip data due to a bug in PHP's
zlib stream wrapper (php/php-src#21376). Using file_get_contents()
with gzdecode() avoids the stream wrapper and correctly returns false
for corrupt files.