php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #27648 md5sums on PHP5 download page need to be updated
Submitted: 2004-03-18 23:21 UTC Modified: 2004-03-19 02:55 UTC
From: php-lists at nomeaning dot net Assigned:
Status: Closed Package: Website problem
PHP Version: 5.0.0RC1 OS:
Private report: No CVE-ID: None
 [2004-03-18 23:21 UTC] php-lists at nomeaning dot net
Description:
------------
The md5sum for the PHP5 tar files is wrong.
http://www.php.net/downloads.php#v5

For the .bz2 file, the md5sum is that of the beta 4 .bz2 file.

Here is the one I get:
f407bc91ec3e6446fdce6a5c32e55dd7  php-5.0.0RC1.tar.gz

Yet your website reports:
md5: fce84c013ff3a2a1e2136af0ea7ea6b8

For the .gz file, the md5sum appears to be missing the last digit.  The file I downloaded has this md5sum:
f407bc91ec3e6446fdce6a5c32e55dd7  php-5.0.0RC1.tar.gz

Your site reports:
md5: f407bc91ec3e6446fdce6a5c32e55dd


Expected result:
----------------
the right md5sums please!


Actual result:
--------------
;)

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-03-19 02:55 UTC] derick@php.net
This bug has been fixed in CVS. Since the websites are not directly
updated from the CVS server, the fix might need some time to spread
across the globe to all mirror sites, including PHP.net itself.

Thank you for the report, and for helping us make PHP.net better.

Fixed, the changes will show up in an hour or so online.

regards,
Derick
 
PHP Copyright © 2001-2026 The PHP Group
All rights reserved.
Last updated: Wed Jun 17 05:00:01 2026 UTC