Edit report at https://pear.php.net/bugs/bug.php?id=18025&edit=1
ID: 18025
Updated by: [email protected]
Reported By: pear at 0xf dot org
Summary: Bind IP for Net_SmartIRC_base::connect()?
Status: Closed
Type: Feature/Change Request
Package: Net_SmartIRC
Package Version: 1.0.2
PHP Version: 5.2.12
-Assigned To: doconnor
+Assigned To: garrettw
Roadmap Versions:
New Comment:
-Assigned To: doconnor
+Assigned To: garrettw
Previous Comments:
------------------------------------------------------------------------
[2014-02-05 03:21:35] doconnor
-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.
------------------------------------------------------------------------
[2010-11-03 10:44:27] pear0xf
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);
------------------------------------------------------------------------
--
Edit this bug report at https://pear.php.net/bugs/bug.php?id=18025&edit=1
lmpx.com only provides a reader for public news (NNTP) servers. It is not
affiliated with the servers or forums shown here and is not responsible for
the content of articles, which is written by their respective authors.