php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #41553 httpd.conf modified incorrectly with installer
Submitted: 2007-05-31 20:30 UTC Modified: 2008-08-22 18:33 UTC
Votes:1
Avg. Score:2.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:0 (0.0%)
Same OS:1 (100.0%)
From: r dot bunder at chello dot nl Assigned:
Status: No Feedback Package: Windows Installer
PHP Version: 5.2.2 OS: Windows XP and Vista
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 you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: r dot bunder at chello dot nl
New email:
PHP Version: OS:

 

 [2007-05-31 20:30 UTC] r dot bunder at chello dot nl
Description:
------------
Hi,

When using the windows installer php-5.2.2-win32-installer.msi
It creates the following entry in the httpd.conf

#BEGIN PHP INSTALLER EDITS - REMOVE ONLY ON UNINSTALL
PHPIniDir "C:\Program Files\PHP\"
LoadModule php5_module "C:\Program Files\PHP\\php5apache2_2.dll"
#END PHP INSTALLER EDITS - REMOVE ONLY ON UNINSTALL

The line LoadModule php5_module "C:\Program Files\PHP\\php5apache2_2.dll contains one \ to many

It should be:

LoadModule php5_module "C:\Program Files\PHP\php5apache2_2.dll"

Kind regards

Remco Bunder


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-06-08 01:00 UTC] php-bugs at lists dot php dot net
No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Dec 22 11:01:30 2024 UTC