https://bugzilla.wikimedia.org/show_bug.cgi?id=29972
--- Comment #1 from Brion Vibber <[email protected]> 2011-07-20 17:56:54 UTC --- This output line comes from convertLinks, which is a Maintenance subclass... ...it does the output with its $this->output() method, which on Maintenance looks like it tries to output *directly* to stdout, instead of a generic 'print' or 'echo'. It's possible that this is interfering with output & header buffering, especially if this is a PHP-as-CGI or FastCGI setup. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
