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

Bug #7539 if a file has both install-as and ignore notices
Submitted: 2006-05-01 21:50 UTC
From: cellog Assigned: cellog
Status: Closed Package: PEAR (version 1.4.9)
PHP Version: Irrelevant OS: n/a
Roadmaps: (Not assigned)    
Subscription  


 [2006-05-01 21:50 UTC] cellog (Greg Beaver)
Description: ------------ if a release section (<phprelease> for instance) has both: <install name="blah" as="foo"/> <ignore name="blah"/> we get notices. Test script: --------------- package2.xml containing: <install name="blah" as="foo"/> <ignore name="blah"/> Expected result: ---------------- Notice: Undefined index: role in PEAR\Installer.php on line 469 Notice: Undefined index: role in PEAR\Installer.php on line 471 ERROR: Invalid role `' for file pear-phpdoc Actual result: -------------- error message about the stupid package.xml

Comments

 [2006-09-20 23:55 UTC] cellog (Greg Beaver)
This bug has been fixed in CVS. If this was a documentation problem, the fix will appear on pear.php.net by the end of next Sunday (CET). If this was a problem with the pear.php.net website, the change should be live shortly. Otherwise, the fix will appear in the package's next release. Thank you for the report and for helping us make PEAR better.