php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #41323 page not found with 5.2.2, works with 5.2.1
Submitted: 2007-05-08 08:09 UTC Modified: 2007-05-08 16:09 UTC
From: kristof dot vansant at telenet dot be Assigned:
Status: Closed Package: IIS related
PHP Version: 5.2.2 OS: Windows 2003 SP1
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: kristof dot vansant at telenet dot be
New email:
PHP Version: OS:

 

 [2007-05-08 08:09 UTC] kristof dot vansant at telenet dot be
Description:
------------
When Installing 5.2.2 ISAPI module PHP on IIS6 Windows 2003 

test.php 
<?php phpinfo(); ?> 

page can not be founded or something like that


Works fine with 5.2.1 so the bug was introduced in the latest version!!


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-05-08 09:15 UTC] tony2001@php.net
Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions.  Due to the volume
of reports we can not explain in detail here why your report is not
a bug.  The support channels will be able to provide an explanation
for you.

Thank you for your interest in PHP.


 [2007-05-08 09:31 UTC] kristof dot vansant at telenet dot be
So if one installation works out of the box and the other doesn't the bug is bogus.

Nice to know.
 [2007-05-08 09:48 UTC] tony2001@php.net
It means you've misconfigured IIS since 404 Not Found is clearly not PHP problem.
 [2007-05-08 13:18 UTC] kristof dot vansant at telenet dot be
Web Sites - properties 
- Home directory - Application settings
Configuration

Application extensions
.php "C:\Program Files\PHP\\php5isapi.dll"
change in:
.php "C:\Program Files\PHP\php5isapi.dll"
problem solved

This problem is not in 5.2.1

So is it still my fault or are you going to fix the installer?
 [2007-05-08 13:30 UTC] tony2001@php.net
.
 [2007-05-08 16:09 UTC] jmertic@php.net
This bug has been fixed in CVS.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
 
Thank you for the report, and for helping us make PHP better.

Didn't see this in my testing, but corrected as stated above.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat May 04 22:01:33 2024 UTC