[wp-trac] [WordPress Trac] #22430: wp_ob_end_flush_all bug when zlib.output_compression = On
WordPress Trac
noreply at wordpress.org
Tue Nov 13 05:12:06 UTC 2012
#22430: wp_ob_end_flush_all bug when zlib.output_compression = On
-----------------------------+------------------------
Reporter: Matthias Reuter | Owner:
Type: defect (bug) | Status: closed
Priority: normal | Milestone:
Component: General | Version: 2.8
Severity: major | Resolution: duplicate
Keywords: |
-----------------------------+------------------------
Changes (by nacin):
* status: reopened => closed
* resolution: => duplicate
Comment:
Rather than hacking core, try this one-line plugin on for size:
{{{
remove_action( 'shutdown', 'wp_ob_end_flush_all', 1 );
}}}
We may be at the point where we can eliminate this from core. I'll look
into it at the start of the 3.6 cycle. Closing this as a duplicate of
#18525 makes sense, because that ticket is reporting the same
'''problem'''. You disagree with the '''solution''', and that's completely
fine, but you should voice it there. (For what it's worth, I also don't
like the solution, which is why I myself have not committed it.)
--
Ticket URL: <http://core.trac.wordpress.org/ticket/22430#comment:4>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list