From Fedora Project Wiki
(apache requirement) |
|||
Line 10: | Line 10: | ||
= Actual Guidelines = | = Actual Guidelines = | ||
== | == Requires and Provides == | ||
nothing about apache requirement | |||
= Change proposal = | = Change proposal = | ||
== | == Requires and Provides == | ||
=== | === Apache requirement === | ||
A PHP library must not requires php nor httpd as is could be used with other webserver / SAPI (php-cli, php-cgi, php-fpm, ...). | |||
php- | |||
Only a PHP web application, which provide httpd configuration, should requires php and httpd. | |||
[[Category:Packaging guidelines drafts]] | [[Category:Packaging guidelines drafts]] |
Revision as of 16:14, 11 June 2012
[[TableOfContents(3)]
Proposed Changes to PHP Guidelines
Synopsis
This page describes items that need to be changed in the PHP Guidelines or other items that need to be reviewed or ratified by the Fedora Packaging Comittee and FESCo .
Actual Guidelines
Requires and Provides
nothing about apache requirement
Change proposal
Requires and Provides
Apache requirement
A PHP library must not requires php nor httpd as is could be used with other webserver / SAPI (php-cli, php-cgi, php-fpm, ...).
Only a PHP web application, which provide httpd configuration, should requires php and httpd.