Search results

  1. M

    defeat buffered output in PHP for realtime display?

    Persistant Connection is on, Instances is set to 1, Response Buffering is set to No. Is Response Buffering the issue here?
  2. M

    defeat buffered output in PHP for realtime display?

    Specifically which settings?
  3. M

    defeat buffered output in PHP for realtime display?

    Please note that I've disabled gzip compression (and dynamic compress) on litespeed and it's made no difference
  4. M

    defeat buffered output in PHP for realtime display?

    Hi there. Sorry to bump a 4 year old thread but I couldn't find a more relevant thread and I'm having the same issues. No matter what variations of code I use I'm not able to flush the output buffer ie. ini_set('output_buffering', 0); ini_set('implicit_flush', 1); ob_end_flush()...
Top