I am trying to fix my php flush() function and it is well documentated that Apache compressing (gzip) prevents this. I have outputted my phpinfo and sure enough gzip is enabled (listed under Phar(?) stuff... I have tried to disabling compression in cpanel->optimize website , and also tried adding in entries in php.ini
output_buffering = Off
zlib.output_compression = Off
But nothing.
How to disable ?
Thank you for your help.
output_buffering = Off
zlib.output_compression = Off
But nothing.
How to disable ?
Thank you for your help.
Last edited: