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
Have you experienced this issue?
Rate the importance of this bug to you:

 [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

Add a Patch

Pull Requests

Add a Pull Request

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: Thu Apr 25 10:01:29 2024 UTC