Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 1.10.15

Bug #4257 if rel="has" is used with a version="" attribute, the warning does not work
Submitted: 2005-05-01 18:23 UTC
From: cellog Assigned: cellog
Status: Closed Package: PEAR
PHP Version: Irrelevant OS: n/a
Roadmaps: (Not assigned)    
Subscription  


 [2005-05-01 18:23 UTC] cellog
Description: ------------ as formerly reported in Bug #4244, there is a notice of undefined variable $de due to a typo whenever the rel="has" option is used incorrectly as follows: <dep type="pkg" rel="has" version="1.2.3">Foo</dep> Correct is <dep type="pkg" rel="eq" version="1.2.3">Foo</dep> but the notice should not be occurring.

Comments

 [2005-05-01 18:27 UTC] cellog
in addition, validation warnings are not being printed, so that needs to be added
 [2005-05-01 18:28 UTC] cellog
This bug has been fixed in CVS. In case this was a documentation problem, the fix will show up at the end of next Sunday (CET) on pear.php.net. In case this was a pear.php.net website problem, the change will show up on the website in short time. Thank you for the report, and for helping us make PEAR better.