php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #43394 Wrong file name for Application Extension mapping during installation
Submitted: 2007-11-23 19:44 UTC Modified: 2008-08-22 18:20 UTC
From: kleinjames at yahoo dot com Assigned: jmertic (profile)
Status: Closed Package: Windows Installer
PHP Version: 5.2.5 OS: Windows 2003
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:
40 + 31 = ?
Subscribe to this entry?

 
 [2007-11-23 19:44 UTC] kleinjames at yahoo dot com
Description:
------------
Install PHP 5.2.5 using ISAPI module, all other options are default.  In Properties -> Home Directory tab -> Configuration button -> select .php extension in the list box.

Editing the .php extension reveals the following location for the php dll file: C:\PROGRA~1\PHP\PHP5IS~1.DLL

The proper location is "C:\Program Files\PHP\php5isapi.dll".  Without this proper location, IIS WILL NOT load the php isapi dll.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-11-26 10:33 UTC] jani@php.net
Assigned to the installer maintainer.
 [2007-11-26 12:40 UTC] jmertic@php.net
What is being done is correct; it's just using the short filename notation, which works fine. I've tested this personally on WinXP.

 [2007-11-28 15:33 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.

I see Win 2003 this doesn't work in. Changed to the suggested version across the board.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 23 07:01:29 2024 UTC