[Bug 438811] Review Request: php-pear-HTML-AJAX - PHP and JavaScript AJAX library

bugzilla at redhat.com bugzilla at redhat.com
Sun Nov 23 17:15:15 UTC 2008


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 <fedora at famillecollet.com>  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.




More information about the Fedora-package-review mailing list