Home » Authentication » Auth_HTTP » Bug #410
Auth dependency
Details
| Submitted | 2003-12-12 08:25 UTC |
|---|---|
| From | ordnas at php dot net |
| Assigned | mj |
| Status | Closed |
| Package | Auth_HTTP |
| PHP Version | 4.3.3 |
| OS | Linux |
| 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>