Bug 314831

Summary: phpeclipse's httpd conf refers php4
Product: [Fedora] Fedora Reporter: Doncho Gunchev <dgunchev>
Component: eclipse-phpeclipseAssignee: Brandon Holbrook <fedora>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: rawhideCC: marcus
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: 1.1.8-17.fc7 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-01-15 22:56:17 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Doncho Gunchev 2007-10-01 23:50:04 UTC
Description of problem:
/usr/share/eclipse/plugins/net.sourceforge.phpeclipse.externaltools_1.1.8/confs/httpd.conf
refers to php4

Version-Release number of selected component (if applicable):
eclipse-phpeclipse-1.1.8-16.fc7 on rawhide

How reproducible:
always

Steps to Reproduce:
1. install rawhide
2. install eclipse-phpeclipse
3. try running apache (the button on the toolbar)
  
Actual results:
error that php4's apache module can not be found.

Expected results:
php5 should be used

Additional info:
here's quick diff:
--- httpd.conf.dist     2007-10-02 02:43:00.000000000 +0300
+++ httpd.conf  2007-10-02 02:43:16.000000000 +0300
@@ -12,5 +12,5 @@
 TypesConfig /etc/mime.types

 # PHP settings
-LoadModule php4_module modules/libphp4.so
+LoadModule php5_module modules/libphp5.so
 AddType application/x-httpd-php .php

Comment 1 Brandon Holbrook 2007-10-21 03:15:16 UTC
*** Bug 343811 has been marked as a duplicate of this bug. ***

Comment 2 Fedora Update System 2007-10-24 07:03:35 UTC
eclipse-phpeclipse-1.1.8-17.fc7 has been pushed to the Fedora 7 testing repository.  If problems still persist, please make note of it in this bug report.
 If you want to test the update, you can install it with 
 su -c 'yum --enablerepo=updates-testing update eclipse-phpeclipse'

Comment 3 Fedora Update System 2008-01-15 22:56:16 UTC
eclipse-phpeclipse-1.1.8-17.fc7 has been pushed to the Fedora 7 stable repository.  If problems still persist, please make note of it in this bug report.