[PEAR-BUG] Req #20429 [Asn->Csd]: IPv6 socket support

[email protected] Sun, 2 Nov 2014 20:05:19 +0000 (GMT)
Newsgroups php.pear.bugs
Message-ID <[email protected]>
Edit report at https://pear.php.net/bugs/bug.php?id=20429&edit=1

 ID:               20429
 Updated by:       [email protected]
 Reported By:      bashgeek at gmail dot com
 Summary:          IPv6 socket support
-Status:           Assigned
+Status:           Closed
 Type:             Feature/Change Request
 Package:          Net_SmartIRC
 Operating System: Deb7
 Package Version:  1.1.2
 PHP Version:      5.6.2
 Assigned To:      garrettw
 Roadmap Versions: 
 New Comment:

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


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

[2014-10-27 06:36:07] garrettw

-Assigned To:
+Assigned To: garrettw


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

[2014-10-17 16:06:34] bashgeek_

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.

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


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