]> git.mjollnir.org Git - s9y.git/commit
Fix PHP error which comes because session_start() is called before the obgzhandler...
authorgarvinhicking <garvinhicking>
Mon, 25 Apr 2005 08:35:55 +0000 (08:35 +0000)
committergarvinhicking <garvinhicking>
Mon, 25 Apr 2005 08:35:55 +0000 (08:35 +0000)
commit708a3ed3a14a5a42382ed7390234a58398afd1f8
tree7dc1246aa306201c32db02bee7c68dd3be69844f
parentb980d193ec11e0d92c97ee88acece949756ed67a
Fix PHP error which comes because session_start() is called before the obgzhandler ob_start and if session.use_trans_sid is activated.

Currently this is more a hotfix - it effectively disables gzcompression on servers with use_trans_sid. We would need to move serendipity_gzCompression before session_start, but I don't dare touch this beast I have no knowledge of. Tom?
docs/NEWS
include/functions.inc.php