I am trying to show echo'd statements as a PHP script is running.
I have tried every variant of flushes I can find, I have turned on Output Buffering in my server's PHP settings (Linux) but I am just out of ideas!
I have read having GZIP compression enabled
can be an issue.
Our server has the PHP Phar package installed.
I added phar.readonly=1
to the php.ini
with no luck it still shows enabled
in PHPinfo()
!