ID: 22297
Updated by: [EMAIL PROTECTED]
Reported By: sp at m-me dot dk
Status: Open
-Bug Type: Filesystem function related
+Bug Type: Apache2 related
Operating System: Windows
PHP Version: 4.3.2-dev
New Comment:
Reclassified tas Apache2 related bug.
Previous Comments:
------------------------------------------------------------------------
[2003-02-21 08:32:01] sp at m-me dot dk
Hi... I'm back :)
I tried the script on a Windows XP sp1 running Apache 1.3.43 and PHP
4.3.2-dev. There was no errors at all. So it has something to do with
Apache 2.x and PHP.
------------------------------------------------------------------------
[2003-02-21 08:10:17] sp at m-me dot dk
I have tried 3 different addresses:
localhost
127.0.0.1
www.the-real-domain.com
...all with the same result. Further more I have tried this on 3
different machines (two Windows XP and one Windows 2000 - some even on
different networks).
The thing with Apache 1.3.x vs. Apache 2.x have crossed my mind as I
wrote earlier. I'll try to install Apache 1.3.x and return with the
results here asap.
------------------------------------------------------------------------
[2003-02-21 07:54:44] [EMAIL PROTECTED]
Are you sure that you have your DNS (client) settings correct on the
windows machine(s)?
eg: multiple entries for localhost in the hosts file, or multiple
domains to auto-search when a suffix is missing configured in your DNS
server (if you have one)?
It doesn't make sense for PHP to attempt multiple addresses when it can
only detect a single address.
Is there any chance you can try apache 1.3.x on one of the windows
servers to see if that has an effect?
------------------------------------------------------------------------
[2003-02-21 06:26:39] sp at m-me dot dk
Using 127.0.0.1 instead of localhost had no effect. The script still
took "2 * default_socket_timeout" seconds.
The var_dump(gethostbynamel("localhost")); returned (with no delay):
--------------------------------------------------------
array(1) {
[0]=>
string(9) "127.0.0.1"
}
--------------------------------------------------------
------------------------------------------------------------------------
[2003-02-21 05:13:21] [EMAIL PROTECTED]
Could you also paste the output of this script:
<?php
var_dump(gethostbynamel("localhost"));
?>
------------------------------------------------------------------------
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/22297
--
Edit this bug report at http://bugs.php.net/?id=22297&edit=1