The following should fix it for every client.
//Gather output (if it is not already in a variable, use ob_start() and ob_get_clean() )
// Before sending output:
header('Content-length: ' . strlen($output));
But in my case the following was a better option and fixed it as well:
.htaccess:
php_value opcache.enable 0