php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #29275 IIS 5.1 needs special attention in the IIS docs
Submitted: 2004-07-20 11:36 UTC Modified: 2005-03-29 11:14 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: steve at ootac dot com Assigned:
Status: Closed Package: Documentation problem
PHP Version: 5.0.0 OS: windows
Private report: No CVE-ID: None
 [2004-07-20 11:36 UTC] steve at ootac dot com
Description:
------------
I have found a bug on page install.iis.html
[chm date: 2003-09-06]...

Installation/servers-IIS/PWS/WINDOWS NT/2000/XP and IIS 4 or newer

IIS 5.1 on Win XP

Help file says:

To use the ISAPI module, do the following: 

Under 'Home Directory', click on the 'Configuration' button. Add a new entry to the Application Mappings. Use the path to the php4isapi.dll as the Executable, supply .php as the extension, leave Method exclusions blank, and check the Script engine checkbox. 

1. File needs to be php5isapi.dll
2. Doing as above (using php5isapi.dll) will not enable the OK button in the dialogue.


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-07-21 13:09 UTC] steve at ootac dot com
The Add mapping dialogue puts the path in quotes; remove the quotes and the OK button is enabled.

still cannot get it to work even after following all the FAQ advice!
 [2004-09-01 00:04 UTC] joel at preacherboy dot net
I've been able to get php5isapi.dll to work on IIS 5.1 following the official instructions.

If you want I can go log the process on another development system I've been meaning to configure.

I had to use ISAPI by choice. I'd much rather use php-cgi.exe, but I could never get it to work using the official instructions. Instead I have ISAPI leaving open handles on every file used until I kill dllhost.exe or restart the system (resulting in a crash of dllhost.exe).
 [2004-09-01 00:44 UTC] philip@php.net
The IIS Documentation is outdated/wrong/bad, this is known, but this is already in a bug report here:

http://bugs.php.net/bug.php?id=23907

As far as php5isapi.dll, that's now in the the docs.  Regarding that IIS 5.1 bug, that will be integrated when the IIS docs are updated (and the user notes are integrated) so will leave this bug open until that happens.
 [2004-09-01 17:55 UTC] joel at preacherboy dot net
Thanks for providing a link to that bug. It was exactly what I needed to get IIS 5.1 and PHP 5 to work in CGI mode.
 [2005-03-29 11:14 UTC] philip@php.net
The documentation has been updated and will show up when the manual is next built. Thanks for the report :)
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Oct 17 18:01:29 2024 UTC