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

Request #18025 Bind IP for Net_SmartIRC_base::connect()?
Submitted: 2010-11-03 14:44 UTC
From: pear0xf Assigned: garrettw
Status: Closed Package: Net_SmartIRC (version 1.0.2)
PHP Version: 5.2.12 OS:
Roadmaps: 1.1.0    
Subscription  


 [2010-11-03 14:44 UTC] pear0xf (Tristan 0xF)
Description: ------------ There is no way to tell Net_SmartIRC which IP to bind to for outgoing connections. Adding an optional bind IP parameter for Net_SmartIRC_base::connect() or, more preferably, a separate Net_SmartIRC_base::setBindAddress() method would be very helpful. Test script: --------------- $irc = &new Net_SmartIRC(); $irc->setUseSockets(TRUE); $irc->setBindAddress($irc_bindip); $irc->connect($irc_server, $irc_port);

Comments

 [2014-02-05 08:21 UTC] doconnor (Daniel O'Connor)
-Status: Open +Status: Closed -Assigned To: +Assigned To: doconnor
This bug has been fixed in SVN. 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.
 [2014-09-03 20:41 UTC] garrettw (Garrett Whitehorn)
-Assigned To: doconnor +Assigned To: garrettw