Hi,
You do not actually need access to your php.ini file or modify it for that matter, just add the following line at the beginning of the "/modules/quickupdate/quickupdatebase.php" file:
@ini_set('zlib.output_compression', 0);
This solution should work for most cases if no specific restrictions are set on the server.
Marking as solved.
Best regards.