bjorn / rpgdx

RPGDX
http://rpgdx.net
2 stars 3 forks source link

Resolve compression issues #3

Closed bjorn closed 3 months ago

bjorn commented 8 years ago

The forum has gzip-compression enabled, but PHP likes to do zlib compression and they seem to conflict. Even though I turned the latter off, problems remain (may be related to this PHP bug).

Check whether it will be resolved by disabling the gzip-compression at the forum level and just relying on the PHP option instead.

bjorn commented 8 years ago

It may be these compression issues were just because of some caching by some processes, because it wasn't consistent and I don't see the problem anymore now.

bjorn commented 3 months ago

The PHP config currently has:

zlib.output_compression = Off

And the site breaks when I remove that line. As back in 2016, I think it would be good to try PHP zlib compression instead of the gzip forum option.