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

Request #13601 cannot trivially find the current version
Submitted: 2008-04-05 14:55 UTC
From: topbit Assigned: clbustos
Status: Closed Package: PHP_Beautifier (version 0.1.13)
PHP Version: 5.2.1 OS: irrelevant
Roadmaps: 1.0.0RC1    
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 : 41 + 45 = ?

 
 [2008-04-05 14:55 UTC] topbit (Top Bit)
Description: ------------ add -V & --version options to display the current version. (-v is already used for 'verbose') Test script: --------------- php -V php --version Expected result: ---------------- PHP Beautifier 1.1.13 PHP Beautifier 1.1.13 (One each for -V and --verbose) Actual result: -------------- Console_Getopt: unrecognized option -- V Console_Getopt: unrecognized option --version (both followed by the --help text)

Comments

 [2008-05-03 08:40 UTC] doconnor (Daniel O'Connor)
`pear list` doesn't cover this requirement by any chance?
 [2008-06-22 09:55 UTC] topbit (Top Bit)
it's possible to manually install a PEAR package, so 'pear list' would not be available.
 [2008-06-23 14:05 UTC] clbustos (Claudio Bustos)
In the roadmap!
 [2010-03-16 10:51 UTC] clbustos (Claudio Bustos)
-Status: Open +Status: Closed -Assigned To: +Assigned To: clbustos
This bug has been fixed in SVN. 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. Added --version to display the current version.