php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #46462 The PHP installer isn't adding the Addypte to httpd.conf
Submitted: 2008-11-02 03:28 UTC Modified: 2008-11-11 01:00 UTC
From: admin at kobashicomputing dot com Assigned:
Status: No Feedback Package: Windows Installer
PHP Version: 5.2.6 OS: Windows XP SP 3
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: admin at kobashicomputing dot com
New email:
PHP Version: OS:

 

 [2008-11-02 03:28 UTC] admin at kobashicomputing dot com
Description:
------------
PHP pages are not loading on Windows installations. This is because the PHP installer is failing to add the following:

The installer puts this in at the end of the httpd.conf file:
#BEGIN PHP INSTALLER EDITS - REMOVE ONLY ON UNINSTALL
PHPIniDir "C:/PHP/"
LoadModule php5_module "C:/PHP/php5apache2_2.dll"
#END PHP INSTALLER EDITS - REMOVE ONLY ON UNINSTALL

But fails to add this:
AddType application/x-httpd-php .php

- Kerry Kobashi


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2008-11-03 08:35 UTC] jani@php.net
Please try using this CVS snapshot:

  http://snaps.php.net/php5.2-latest.tar.gz
 
For Windows:

  http://windows.php.net/snapshots/


 [2008-11-11 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 10:01:28 2024 UTC