[PEAR-BUG] Bug #20428 [Opn->Csd]: setBindAddress sets wrong variable

[email protected] Thu, 23 Oct 2014 10:29:39 +0100 (BST)
Newsgroups php.pear.bugs
Message-ID <[email protected]>
Edit report at https://pear.php.net/bugs/bug.php?id=20428&edit=1

 ID:               20428
 Updated by:       [email protected]
 Reported By:      bashgeek at gmail dot com
 Summary:          setBindAddress sets wrong variable
-Status:           Open
+Status:           Closed
 Type:             Bug
 Package:          Net_SmartIRC
 Operating System: Deb7
 Package Version:  1.1.2
 PHP Version:      5.6.2
-Assigned To:      
+Assigned To:      garrettw
 Roadmap Versions: 
 New Comment:

-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/




Previous Comments:
------------------------------------------------------------------------

[2014-10-17 16:01:26] bashgeek_

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.

------------------------------------------------------------------------


-- 
Edit this bug report at https://pear.php.net/bugs/bug.php?id=20428&edit=1