Welcome Guest, Not a member yet? Register   Sign In
zlib.output_compression problem in CI 4.1.4
#9

Just had same issue.

When you do "var_dump(ini_get('zlib.output_compression')))" the output is string(3) "Off"
So the code in events.php line 28 "if (ini_get('zlib.output_compression'))" will resovlve to "true" as the string "off" is seen as not false.

Not sure if php maybe changed something on the query, but I think the CI "if" statement should be updated to check if its on really on.
Reply


Messages In This Thread
RE: zlib.output_compression problem in CI 4.1.4 - by karman - 10-25-2021, 04:32 AM



Theme © iAndrew 2016 - Forum software by © MyBB