Use ob_implicit_flush() rather than ob_end_flush() in install-utils.
authorBrion Vibber <brion@users.mediawiki.org>
Wed, 18 Aug 2004 05:45:25 +0000 (05:45 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Wed, 18 Aug 2004 05:45:25 +0000 (05:45 +0000)
commit2f60c52a3c86250d08e3c3b60e67529ad580fc84
treecf10c6670efeaca5c77715c97fa4d9204944d3b9
parentf0aa57de1c406b2790fde5b89c57cb34f24fda10
Use ob_implicit_flush() rather than ob_end_flush() in install-utils.
Ending the buffering completely will kill all subsequent output when
PHP is globally configured to run through a gzip compression handler.

Also, suppress the warning in LocalSettings.php when PHP tells us we
can't run the gzip filter twice.
config/index.php
install-utils.inc