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

Bug #983 Code syntax error
Submitted: 2004-03-09 16:01 UTC
From: jezmond5 at yahoo dot com Assigned: toby
Status: Closed Package: Net_FTP
PHP Version: 4.3.4 OS: Windows XP
Roadmaps: (Not assigned)    
Subscription  


 [2004-03-09 16:01 UTC] jezmond5 at yahoo dot com
Description: ------------ Hey guys just wanted to make you aware of a coding syntax problem in Net_FTP package. It's line 221, the raiseError() function is simply mispelled (think it was raiseErrro()). Cheers Chris... Reproduce code: --------------- if (!$res) { return $this->raiseErrro("Unable to login", 0); } Expected result: ---------------- if (!$res) { return $this->raiseError("Unable to login", 0); }

Comments

 [2004-03-09 16:10 UTC] pajoye
Please use the right category next time. Thanks for your report,
 [2004-03-09 21:07 UTC] toby
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.