I simply don't use output compression for images ----- Original Message ----- From: "Jaime Bozza" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: "'Stefan Roehrich'" <[EMAIL PROTECTED]>; "'Mike Hall'" <[EMAIL PROTECTED]> Sent: Monday, June 24, 2002 4:11 PM Subject: RE: [PHP-DEV] Switching zlib.output_compression, bug #16109
While this is, in fact, a Netscape-specific bug, it's a pain in that there is no current easy workaround to disable zlib.output_compression from the script. Right now (tested with 4.1.2, so I can't say how it works in 4.2.x or above) if I have: ini_set('zlib.output_compression', 'Off'); in my script, it's ignored and still sends out the compressed data. If you don't like the browser detection on images, at least allow the ability to be able to turn off zlib.output_compression from the script. Jaime Bozza -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php