Bug 223549

Summary: Shouldn't php-mysql require php?
Product: [Fedora] Fedora Reporter: Christopher Stone <chris.stone>
Component: phpAssignee: Joe Orton <jorton>
Status: CLOSED NOTABUG QA Contact: David Lawrence <dkl>
Severity: medium Docs Contact:
Priority: medium    
Version: 6   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-01-19 23:39:23 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 Christopher Stone 2007-01-19 22:52:16 UTC
I have a package that requires php-mysql, according to the Fedora Extras
packaging guidelines, a sub package should require its main package.  I just
assumed php-mysql should require php, yet it only requires php-common.  Does
this make sense?  When you you use php-mysql without using php and only
php-common?  Should it not require php as well?  Please clarify.

Comment 1 Christopher Stone 2007-01-19 23:13:15 UTC
Okay, I guess I understand what you are doing here.  php-common is actually php,
and the php package is the web interface to php.  Kind of confusing from a
packaging perspective but makes sense from a user perspective.  So, if my
package requires php-mysql, I should also add php to pull in the mod_php package
and web interface aspects of php also, correct?