Source tarball for PHP 5.0.2

php.internals

Sara Golemon

21 years ago
The downloadable tar.gz for PHP-5.0.2 is named .tar.tar rather than .tar.gz -Sara

Andi Gutmans

21 years ago
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? Andi At 10:40 AM 9/24/2004 -0700, Sara Golemon wrote:

Elfyn McBratney

21 years ago
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Friday 24 Sep 2004 18:44, 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?
Fairly common MSIE prob, iirc. Moz & Konq don't do any of that silly file name jiggling, anymore. :-) Elfyn - -- Elfyn McBratney beu on irc.freenode.net/savannah.[non]gnu.org PGP Key ID: 0x456548B4 PGP Key Fingerprint: 29D5 91BB 8748 7CC9 650F 31FE 6888 0C2A 4565 48B4 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQFBVF7oaIgMKkVlSLQRApYxAJ9uuiWJVG8R5G0vd1Fj0vqW+eFgTACffM1P 7N6ENJaQSuQEp+aqmHyxAT8= =7Lic -----END PGP SIGNATURE-----

Joe Orton

21 years ago
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