php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #18555 Incorrect link to Windows version 4.2.2
Submitted: 2002-07-24 22:39 UTC Modified: 2002-07-25 01:46 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:1 (100.0%)
From: amcfarlane at mail dot hotchilli dot com Assigned:
Status: Not a bug Package: *Web Server problem
PHP Version: 4.2.2 OS: Windows NT
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: amcfarlane at mail dot hotchilli dot com
New email:
PHP Version: OS:

 

 [2002-07-24 22:39 UTC] amcfarlane at mail dot hotchilli dot com
The link to http://ca.php.net/do_download.php?download_file=php-4.2.2-Win32.zip on page http://www.php.net/downloads.php of the web-site correctly downloads the named file, however the file actually contains PHP version 4.2.0 (obtained by <?php echo phpversion(); ?>.

There also appears to be incompatabilities in the extensions; Upon restarting Apache, each extension which I attempt to use (i.e. uncommented in the php.ini file) reports an error:
[error]
gd:Unable to initialize mode
Module compiled with module API=20020429, debug=0, thread-safety=1
PHP compiled with module API=20010901, debug=0, thread-safety=1
These options need to match.
[/error]

I have checked this with gd, gd2 and zlib, all of which report exactly the same error.

I suspect that the file held on the file-server is in fact a miss-match and needs to be rebuild.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-07-25 01:46 UTC] derick@php.net
Nothing wrong with the downloads, you probably have an old php4ts.dll on your system which is used instead of the new 4.2.2-version.

Derick
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Oct 08 22:01:27 2024 UTC