Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=438811





--- Comment #8 from Remi Collet <[EMAIL PROTECTED]>  2008-11-23 12:15:14 EDT ---
In PEAR extension, the tree is a thematic classification (not a dependency one)
It's an upstream choice that packager cannot change.

Requires must be taken from the PEAR documentation or (best) from the source

In QuickForm.php => require_once 'HTML/Common.php';
So php-pear-HTML-QuickForm must requires php-pear-HTML-Common

In Table.php => require_once 'HTML/Common.php';
So php-pear-HTML-Table must requires php-pear-HTML-Common

In all the script from HTML_AJAX, there is no require/include outside of
HTML/AJAX. So no need to require php-pear-HTML-Common

++

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review

Reply via email to