[wp-trac] [WordPress Trac] #18525: zlib.output_compression "on" in server conflicts with autoupdate

WordPress Trac wp-trac at lists.automattic.com
Wed Sep 7 00:43:05 UTC 2011


#18525: zlib.output_compression "on" in server conflicts with autoupdate
--------------------------+------------------------------
 Reporter:  avidre        |       Owner:
     Type:  defect (bug)  |      Status:  new
 Priority:  normal        |   Milestone:  Awaiting Review
Component:  General       |     Version:  3.2.1
 Severity:  normal        |  Resolution:
 Keywords:                |
--------------------------+------------------------------

Comment (by kurtpayne):

 Minor testing indicates that these two lines cause a "headers already
 sent" warning:
 {{{
 ini_set('zlib.output_handler', '');
 ini_set('zlib.output_compression', 0);
 }}}

 After removing them, the modified example looks like:
 {{{
 ini_set('output_handler', '');
 ini_set('output_buffering', false);
 ini_set('implicit_flush', true);
 }}}

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/18525#comment:4>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list