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

Bug #8770 incorrect path to class resource in example2
Submitted: 2006-09-23 09:21 UTC
From: farell Assigned: scottmattocks
Status: Closed Package: Console_Getargs (version 1.3.1)
PHP Version: 4.4.2 OS: windows xp
Roadmaps: (Not assigned)    
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 : 11 - 2 = ?

 
 [2006-09-23 09:21 UTC] farell (Laurent Laville)
Description: ------------ example2.php included into distribution has wrong path. line 121 is require_once 'Getargs.php'; it should be require_once 'Console/Getargs.php'; if we follow PEAR CS. Laurent Actual result: -------------- Fatal error: example(): Failed opening required 'Getargs.php' (include_path='c:\wamp\php4\pear') in C:\wamp\php4\PEAR\docs\console_getargs\examples\example2.php on line 121

Comments

 [2006-10-03 18:30 UTC] scottmattocks (Scott Mattocks)
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.