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

Request #20429 IPv6 socket support
Submitted: 2014-10-17 20:06 UTC
From: bashgeek_ Assigned: garrettw
Status: Closed Package: Net_SmartIRC (version 1.1.2)
PHP Version: 5.6.2 OS: Deb7
Roadmaps: 1.1.4    
Subscription  


 [2014-10-17 20:06 UTC] bashgeek_ (Daniel Schmitz)
Description: ------------ Enable support to connect through INET6 sockets instead of INET(4). Change the setBindAddress() method to work also with IPv6 addresses and switch the IPv4/IPv6 mode automatically. After that the only change to be made is when socket_create change AF_INET to AF_INET6.

Comments

 [2014-10-27 10:36 UTC] garrettw (Garrett Whitehorn)
-Assigned To: +Assigned To: garrettw
 [2014-11-03 01:05 UTC] garrettw (Garrett Whitehorn)
-Status: Assigned +Status: Closed
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. To bind to an IPv6 address, surround the address with [brackets]. The port number must be outside the brackets if you're binding to a certain port as well.