flush() bug in PHP 5.4
For some reason, nobody seems to acknowledge there is a bug with Codeflush() in PHP 5.4. In any previous version of PHP, you could just do: PHPflush(); and the PHP output buffer would be sent to Apache which would in turn send it to your web browser.…...