ID: 47437 Updated by: paj...@php.net Reported By: ogi at triangle dot bg -Status: Open +Status: Bogus Bug Type: Sockets related Operating System: Windows XP Pro SP3 PHP Version: 5.2.9RC2 Assigned To: pajoye New Comment:
no php bug, it tries to contact localhost which was certainly updated to IPv6 ::1, or the server was using IPv6 and not ipv4. In both cases it is not a bug. (bogus) Previous Comments: ------------------------------------------------------------------------ [2009-02-18 17:12:17] ogi at triangle dot bg Bingo! After uninstalling IPv6 everything works as expected. I remember that I installed IPv6 for XP and after that I didn't used Drupal. Today I updated Drupal and fell into this problem. I don't know if this is PHP problem or some underlining library (XP bug?). ------------------------------------------------------------------------ [2009-02-18 17:11:28] paj...@php.net what's about IPv6? ------------------------------------------------------------------------ [2009-02-18 17:05:52] ogi at triangle dot bg C:\WINDOWS\system32\drivers\etc\hosts contains 127.0.0.1 localhost and other entries are irrelevant to this case. This happened after some Drupal updates but I can't see how this can influence PHP itself - the above PHP example is isolated from Drupal framework. ------------------------------------------------------------------------ [2009-02-18 17:03:53] paj...@php.net Can you check that you do not have IPv6 enabled (it is not in xp Pro afaict)? I think it is enabled and your host file should have a line like: ::1 locahost ..other hosts... comment it out and be sure that the ipv4 127.0.0.1 aliases are in place. ------------------------------------------------------------------------ [2009-02-18 17:00:27] ogi at triangle dot bg 'localhost' and system host names (both short host name and FQDN) behave like already described. I've just found out that other host names that are not the local system work fine. ------------------------------------------------------------------------ The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at http://bugs.php.net/47437 -- Edit this bug report at http://bugs.php.net/?id=47437&edit=1