[3.2] gzip-Komprimierung
Verfasst: 15.03.2017 15:45
Wenn ich die gzip-Komprimierung im Board aktiviere, bekomme ich folgende Fehlermeldung:
"[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4184: ob_start(): output handler 'ob_gzhandler' conflicts with 'zlib output compression'"
Ich habe eine php.ini mit folgendem Inhalt:
Ist die Komprimierung deaktiviert, läuft das Board ohne Probleme.
Mit der Version 3.1.10 gab es in der Hinsicht keine Fehlermeldung.
Ist das ein Bug?
"[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4184: ob_start(): output handler 'ob_gzhandler' conflicts with 'zlib output compression'"
Ich habe eine php.ini mit folgendem Inhalt:
Code: Alles auswählen
memory_limit = 384M
zlib.output_compression = 1
zlib.output_compression_level = 9
post_max_size = 128M
upload_max_filesize = 96M
max_file_uploads = 200
realpath_cache_size = 24K
Mit der Version 3.1.10 gab es in der Hinsicht keine Fehlermeldung.
Ist das ein Bug?