On Fri, Sep 24, 2004 at 10:44:34AM -0700, Andi Gutmans wrote:
> This doesn't have anything to do with the tar.gz itself.
> It seems that with MSIE something screws up (for both 5.0.2and 4.3.9).
> Firefox handles it correctly. Do we have a mime types problem?

The servers should be configured to *not* send a Content-Encoding header
for tarballs, MSIE screws this up:

$ HEAD http://us4.php.net/distributions/php-5.0.2.tar.gz  | grep Content-
Content-Encoding: x-gzip
Content-Length: 5628958
Content-Type: application/x-tar

adding "RemoveEncoding .gz" into distributions/.htaccess if there is one
is a good fix for Apache.  (the default config was broken like this in
releases older than 2.0.48)

joe

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to