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
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:
11 + 6 = ?
Subscribe to this entry?

 
 [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: Thu Apr 18 07:01:27 2024 UTC