Ever since the servers were moved to Solaris I haven&#39;t been able to get output buffer flushing in PHP to work at all. I&#39;ve tried all the usual solutions: using implicit flushing, filling the buffer with 100000 chars before the flush, using ob_flush() and flush() together, setting output_buffering to 0, cleaning all the active buffers, making sure output compression is off, etc. but nothing will work. I had no problems with this a few months ago. Unfortunately, I need this to work for a toolserver tool that is going to be heavy used during the Wikipedia 10th Anniversary celebration this weekend. Here are a couple of basic test-case scripts that won&#39;t work for me on the toolserver: <br>
<br><a href="http://pastebin.com/sAwnvJrZ">http://pastebin.com/sAwnvJrZ</a>  // manual flushing<br><a href="http://pastebin.com/TuKM14av">http://pastebin.com/TuKM14av</a>  // implicit flushing<br><br>If anyone can get either of these test scripts working on the toolserver, please let me know ASAP. Thanks!<br>
<br>Ryan Kaldari<br>