From:             [EMAIL PROTECTED]
Operating system: linux 2.2.19
PHP version:      4.2.3
PHP Bug Type:     Zlib Related
Bug description:  zlib-compression (gzip encoding) don't work with any browser

Hi all.
I've stated that zlib-compression feature is not correctly implemented,
because the HTML header must be something like this:

.....
Content-type: text/html
Content-encoding: gzip


Now, php zlib-compression feature don't work with IE, Konqueror, and
probably other few browsers, because it send "Content-encoding: gzip"
BEFORE "Content-type: mimetype".

Bytheway, the zlib compression is a good enhancement for those who are not
using mod_gzip module.

Ok, good luck. Paolo
-- 
Edit bug report at http://bugs.php.net/?id=19828&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=19828&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=19828&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=19828&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=19828&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=19828&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=19828&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=19828&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=19828&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=19828&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=19828&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=19828&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=19828&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=19828&r=isapi

Reply via email to