As far as I googled up, PHP currently supports IPv6 in ftp_*() functions, fopen() and gethostbyaddr(). Is that all? I'm curious about socket functions, as I would like to write a small application that uses IPv6. And I would like it to use socket_*() not fsockopen(). As I tested in php4.1.2, it lacks support for IPNG - I used AF_INET6 instead of AF_INET and getprotobyname('tcp6') instead of getprotobyname('tcp') in socket_create() and got errors that AF_INET6 constant is not defined. Has anything changed in recent versions?
-- http://www.mysza.eu.org/ -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php