From:             carsten_sttgt at gmx dot de
Operating system: Windows_NT
PHP version:      5.2.9
PHP Bug Type:     Network related
Bug description:  gethostbyname does not return IPv6 addresses

Description:
------------
Hello,

I have a system e.g.:
hostname: localhost
ip1: ::1
ip2: 127.0.0.1

(the problem is not specific to localhost)

A fopen('http://localhost/', 'rb'); connect correctly to "::1".

But gethostbyname('localhost'); returns "127.0.0.1".
gethostbynamel('localhost'); also returns only a array with "127.0.0.1".

Well, how can I know which IP PHP is using in a e.g. fopen() call?

And if gethostbyname() can't work with IPv6, this should be noted in the
PHP manual. From what I can see, gethostbyaddr() is also working only with
IPv4 (don't see this in the manual).

In phpinfo() i can read:
| IPv6 Support  enabled 

Regards,
Carsten



-- 
Edit bug report at http://bugs.php.net/?id=48008&edit=1
-- 
Try a CVS snapshot (PHP 5.2):        
http://bugs.php.net/fix.php?id=48008&r=trysnapshot52
Try a CVS snapshot (PHP 5.3):        
http://bugs.php.net/fix.php?id=48008&r=trysnapshot53
Try a CVS snapshot (PHP 6.0):        
http://bugs.php.net/fix.php?id=48008&r=trysnapshot60
Fixed in CVS:                        
http://bugs.php.net/fix.php?id=48008&r=fixedcvs
Fixed in CVS and need be documented: 
http://bugs.php.net/fix.php?id=48008&r=needdocs
Fixed in release:                    
http://bugs.php.net/fix.php?id=48008&r=alreadyfixed
Need backtrace:                      
http://bugs.php.net/fix.php?id=48008&r=needtrace
Need Reproduce Script:               
http://bugs.php.net/fix.php?id=48008&r=needscript
Try newer version:                   
http://bugs.php.net/fix.php?id=48008&r=oldversion
Not developer issue:                 
http://bugs.php.net/fix.php?id=48008&r=support
Expected behavior:                   
http://bugs.php.net/fix.php?id=48008&r=notwrong
Not enough info:                     
http://bugs.php.net/fix.php?id=48008&r=notenoughinfo
Submitted twice:                     
http://bugs.php.net/fix.php?id=48008&r=submittedtwice
register_globals:                    
http://bugs.php.net/fix.php?id=48008&r=globals
PHP 4 support discontinued:          http://bugs.php.net/fix.php?id=48008&r=php4
Daylight Savings:                    http://bugs.php.net/fix.php?id=48008&r=dst
IIS Stability:                       
http://bugs.php.net/fix.php?id=48008&r=isapi
Install GNU Sed:                     
http://bugs.php.net/fix.php?id=48008&r=gnused
Floating point limitations:          
http://bugs.php.net/fix.php?id=48008&r=float
No Zend Extensions:                  
http://bugs.php.net/fix.php?id=48008&r=nozend
MySQL Configuration Error:           
http://bugs.php.net/fix.php?id=48008&r=mysqlcfg

Reply via email to