php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #29128 Download link leads to wrong installer.
Submitted: 2004-07-14 01:52 UTC Modified: 2004-07-14 09:08 UTC
Votes:2
Avg. Score:4.5 ± 0.5
Reproduced:2 of 2 (100.0%)
Same Version:1 (50.0%)
Same OS:1 (50.0%)
From: jari dot keinanen at unlink dot org Assigned:
Status: Closed Package: Website problem
PHP Version: 4.3.8 OS: Windows 2000
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: jari dot keinanen at unlink dot org
New email:
PHP Version: OS:

 

 [2004-07-14 01:52 UTC] jari dot keinanen at unlink dot org
Description:
------------
On the following page: http://www.php.net/downloads.php there is a link to PHP 4.3.8 Windows Installer, but the url is wrong. It leads me to: http://*.php.net/get/php-4.3.7-installer.exe/from/a/mirror
Instead of: http://*.php.net/get/php-4.3.8-installer.exe/from/a/mirror

For further information: the 4.3.8 installer is found only on the fi2.php.net, not on the fi.php.net server. But that's a mirror related issue.


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-07-14 05:21 UTC] ohill@php.net
Maybe someone with karma could commit this...

The following patch should be applied to the website:

Index: downloads.php
===================================================================
RCS file: /repository/phpweb/downloads.php,v
retrieving revision 1.206
diff -u -r1.206 downloads.php
--- downloads.php       13 Jul 2004 22:56:21 -0000      1.206
+++ downloads.php       14 Jul 2004 03:19:14 -0000
@@ -139,7 +139,7 @@
   <span class="md5sum">md5: dbf32bfa687e55dbc697d08c4ee09bf2</span>
  </li>
  <li>
-  <?php download_link('php-4.3.7-installer.exe', 'PHP 4.3.8 installer'); ?> - 13 July 2004<br />
+  <?php download_link('php-4.3.8-installer.exe', 'PHP 4.3.8 installer'); ?> - 13 July 2004<br />
   (CGI only, MySQL support built-in, packaged as Windows installer to install
   and configure PHP, and automatically configure IIS, PWS and Xitami, with
   manual configuration for other servers. N.B. no external extensions

 [2004-07-14 09:08 UTC] edink@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.


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