Andrew McMillan b50b2d82ea Force output buffers to be flushed, if they're turned on.
If output buffering is turned on, PHP can be a bit slack about sending
the data to the client before closing the connection with exit(). These
changes ensure we call ob_flush() before we leave.  We call @ob_flush()
so we don't get noisy warnings when output buffering is off...
2011-11-02 18:43:10 +13:00
..
2011-01-04 17:00:03 +13:00
2011-09-11 23:44:18 +12:00
2011-10-06 11:05:58 +02:00