PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Authentication » Auth_HTTP » Bug #410

Auth dependency

Details

Submitted2003-12-12 08:25 UTC
Fromordnas at php dot net
Assignedmj
StatusClosed
PackageAuth_HTTP
PHP Version4.3.3
OSLinux
Roadmaps(Not assigned)

Comments

[2003-12-12 08:25 UTC] ordnas at php dot net

Description:
------------
In Auth_HTTP-2.0, the following dependency defined in
package.xml
has no version attribute (required for rel="ge"). A
solution would be that the rel attribute
states "has".

Current definition:
<dep type="pkg" rel="ge">Auth</dep>

Proposed:
<dep type="pkg" rel="has">Auth</dep>