php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #31162 Error on opening downloaded multi html docs
Submitted: 2004-12-17 22:47 UTC Modified: 2005-09-19 14:35 UTC
From: lawrence at f-deans dot freeserve dot co dot uk Assigned:
Status: Not a bug Package: Website problem
PHP Version: Irrelevant OS: Windows XP
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: lawrence at f-deans dot freeserve dot co dot uk
New email:
PHP Version: OS:

 

 [2004-12-17 22:47 UTC] lawrence at f-deans dot freeserve dot co dot uk
Description:
------------
I downloaded the php_manual_en.tar.gz doc file (many html version) from various mirrors. The file appears corrupt and I am unable to open it with various zip file programs including winzip 8 and winrar.

The file is full size after downloading but gives an error on opening and the contents are unavailable.

Thanks
Lawrence Deans


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-12-18 03:43 UTC] jed@php.net
I cannot reproduce this.

Please check the MD5 of your downloaded copy of php_manual_en.tar.gz by running the following:

> php -r "print md5('php_manual_en.tar.gz');"

You should have:

56eaee63b32b21e4170c7647a4c4064d

If this is not what you have, there's a problem between you and the Web site, or your computer is modifying downloads. Sorry you are experiencing this trouble.
 [2004-12-18 10:19 UTC] lawrence at f-deans dot freeserve dot co dot uk
I've re-checked the download and found that the file downloaded from some mirrors is actually php_manual_en.tar.tar note the *.tar.tar extension. This file is the one that will not open. The URL is http://uk.php.net/get/php_manual_en.tar.gz/from/a/mirror
Try downloading from  the mirror servers uk.php.net, uk2.php.net or am.php.net to name just a few.
I have discovered that some mirrors do actually have the correct file and I have now downloaded and extracted this with no problem. However there are many mirrors with what appears to be the incorrect and unusable file. Thank you for your assistance.
 [2004-12-18 18:22 UTC] lawrence at f-deans dot freeserve dot co dot uk
This was marked bogus by accident and is now re-opened for editing.
 [2004-12-18 19:04 UTC] php dot mirror at camelnetwork dot com
I can see the same problem on some mirrors.

Looking on Linux (wget/lynx) it saves to the correct filename but Windows XP shows the problem as reported.

On uk2.php.net I noticed we didn't have an entry for .gz in the mime.types file. After adding the following entry:

"application/x-gzip              gz"

then restarting apache it seems to be saving to the correct filename on XP & Linux.

Chris Burton
Camel Network
 [2005-09-19 14:35 UTC] sniper@php.net
It's really browser issue. Use Firefox and it's all okay. :)
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Jun 29 00:01:31 2024 UTC