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

Bug #20428 setBindAddress sets wrong variable
Submitted: 2014-10-17 20:01 UTC
From: bashgeek_ Assigned: garrettw
Status: Closed Package: Net_SmartIRC (version 1.1.2)
PHP Version: 5.6.2 OS: Deb7
Roadmaps: (Not assigned)    
Subscription  


 [2014-10-17 20:01 UTC] bashgeek_ (Daniel Schmitz)
Description: ------------ When using setBindAddress(), the method doesn't set the correct variables as later used in connect(): setBindAddress() sets: $this->bindaddress = $addr; $this->bindport = $port; what is wrong. Should be: $this->_bindaddress = $addr; $this->_bindport = $port; Therefore it's currently not possible to bind an address.

Comments

 [2014-10-23 14:29 UTC] garrettw (Garrett Whitehorn)
-Status: Open +Status: Closed -Assigned To: +Assigned To: garrettw
Thank you for your bug report. This issue has been fixed in the latest released version of the package, which you can download at http://pear.php.net/get/