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
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
32 + 24 = ?
Subscribe to this entry?

 
 [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

Add a Patch

Pull Requests

Add a Pull Request

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: Fri Mar 29 12:01:27 2024 UTC