php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #53689 Installer fails to enter PHP-path into httpd.conf
Submitted: 2011-01-07 18:39 UTC Modified: 2011-01-19 21:55 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:0 (0.0%)
From: cobinja at yahoo dot de Assigned: jmertic (profile)
Status: Closed Package: Windows Installer
PHP Version: 5.3.5 OS: Windows 7 32-Bit
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: cobinja at yahoo dot de
New email:
PHP Version: OS:

 

 [2011-01-07 18:39 UTC] cobinja at yahoo dot de
Description:
------------
Use the VC6 x86 Thread Safe installer (downloaded from http://windows.php.net/download/) to install PHP 5.3.5 as an Apache 2.2 module.
When installing, the httpd.conf is modified, but it leaves the path blank:
BEGIN PHP INSTALLER EDITS - REMOVE ONLY ON UNINSTALL
PHPIniDir ""
LoadModule php5_module "php5apache2_2.dll"
#END PHP INSTALLER EDITS - REMOVE ONLY ON UNINSTALL

instead of

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 


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2011-01-19 21:54 UTC] jmertic@php.net
Automatic comment from SVN on behalf of jmertic
Revision: http://svn.php.net/viewvc/?view=revision&revision=307597
Log: Bug 53689 - Fixed typo in the scripts that add the httpd.conf entries.
 [2011-01-19 21:55 UTC] jmertic@php.net
-Assigned To: +Assigned To: jmertic
 [2011-01-19 21:55 UTC] jmertic@php.net
-Status: Assigned +Status: Closed
 [2011-01-19 21:55 UTC] jmertic@php.net
Thank you for your bug report. This issue has already been fixed
in the latest released version of PHP, which you can download at 
http://www.php.net/downloads.php


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 08:01:28 2024 UTC