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

Bug #1446 Bug in isPassive()
Submitted: 2004-05-19 19:31 UTC
From: pear dot 20 dot fab at spamgourmet dot com Assigned: toby
Status: Closed Package: Net_FTP
PHP Version: 4.3.1 OS: Win 2000
Roadmaps: (Not assigned)    
Subscription  


 [2004-05-19 19:31 UTC] pear dot 20 dot fab at spamgourmet dot com
Description: ------------ A little typo in isPassive() Reproduce code: --------------- function isPassive() { return $this->_passive; } should be function isPassive() { return $this->_passv; }

Comments

 [2004-06-14 20:32 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.