php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #51931 Handler Mappings for .php
Submitted: 2010-05-27 15:46 UTC Modified: 2011-02-23 13:46 UTC
Votes:1
Avg. Score:3.0 ± 0.0
Reproduced:0 of 0 (0.0%)
From: drfno1 at gmail dot com Assigned: jmertic (profile)
Status: No Feedback Package: Windows Installer
PHP Version: 5.3.2 OS: All Windows
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: drfno1 at gmail dot com
New email:
PHP Version: OS:

 

 [2010-05-27 15:46 UTC] drfno1 at gmail dot com
Description:
------------
php-5.3.2-nts-Win32-VC9-x86.msi
Many people report having trouble installing php into IIS.
By following the instructions in install.txt I was able to get it to work after the IIS manager would not let me leave the editing of the editing of the Handler Mapping for *.php without enclosing the Executable entry filled in by the installer with "". If the installation is to the default directory, windows has spaces in the path (I forget this all the time myself).  After complete uninstall and reinstall of above php then editing the executable php works great.

Test script:
---------------
none

Expected result:
----------------
change the installer(msi) to enclose the *.php Module Mapping executable entry with ""
ie. "C:\Program Files (x86)\PHP\php-cgi.exe"


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2010-09-12 16:16 UTC] felipe@php.net
-Status: Open +Status: Assigned -Assigned To: +Assigned To: jmertic
 [2010-09-24 15:16 UTC] jmertic@php.net
-Status: Assigned +Status: Feedback
 [2010-09-24 15:16 UTC] jmertic@php.net
Could you run it in verbose logging mode and email the log file to 
jmertic@php.net? To run
in verbose logging mode issue the below command from the command prompt
( from the same directory where the install exists ):

msiexec /i php-5.3.2-nts-Win32-VC9-x86.msi /l*v error.log
 [2011-02-23 13:46 UTC] jmertic@php.net
-Status: Feedback +Status: No Feedback
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed May 15 19:01:34 2024 UTC