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

Bug #14474 channel selection doesn't work
Submitted: 2008-08-08 09:52 UTC
From: kguest Assigned: kguest
Status: Closed Package: PEAR_Size (version 0.1.6)
PHP Version: 5.2.5 OS:
Roadmaps: 0.1.7    
Subscription  
Comments Add Comment Add patch


Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know! Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem : 43 + 41 = ?

 
 [2008-08-08 09:52 UTC] kguest (Ken Guest)
Description: ------------ the -c argument for selecting a specific, non default, channel doesn't work. report returned is based on the default channel. (reported by cweiske) Test script: --------------- [kguest@kguest-desktop ~]$ pear size -ah -s -c pear.phpunit.de Total: 13.46 MB pear.php.net: ============= Total: 13.46 MB Expected result: ---------------- report should be based on data specific to the pear.phpunit.de channel not the default pear.php.net channel Actual result: -------------- [kguest@kguest-desktop ~]$ pear size -ah -s -c pear.phpunit.de Total: 13.46 MB pear.php.net: ============= Total: 13.46 MB

Comments

 [2008-08-08 21:32 UTC] kguest (Ken Guest)
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.