php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #48586 The 5.2.9 windows installer (MSI) does not configure IIS. ISAPI is missing
Submitted: 2009-06-17 15:21 UTC Modified: 2009-07-05 14:10 UTC
From: hblackorby at hughes-stl dot com Assigned: jmertic (profile)
Status: Closed Package: IIS related
PHP Version: 5.2.9 OS: Windows 2003
Private report: No CVE-ID: None
 [2009-06-17 15:21 UTC] hblackorby at hughes-stl dot com
Description:
------------
The 5.2.9 windows installer (MSI) does not configure IIS. ISAPI is missing. After running it, IIS is not configured to run PHP, and PHP is not listed in any of the ISAPI extension handlers at all.

Reproduce code:
---------------
---
From manual page: install.windows.installer.msi
---



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2009-06-17 15:43 UTC] pajoye@php.net
Are you sure you have downloaded the thread safe build and not the non thread safe version (nts)?

That being said, I strongly recommend to use fastcgi instead of the ISAPI with IIS5/6/7.
 [2009-06-17 15:52 UTC] hblackorby at hughes-stl dot com
Yes, I downloaded the thread-safe version. Don't know enough about the differences between ISAPI and FastCGI to know. I just walked through the Installation files right here on this site.
 [2009-07-04 22:57 UTC] pajoye@php.net
Btw, you should use fastcgi with IIS instead of the ISAPI.

Fetch the NTS version of the installer to install the fcgi interface.
 [2009-07-05 14:10 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.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun May 05 03:01:29 2024 UTC