ID: 8170
Updated by: sander
Reported By: [EMAIL PROTECTED]
Old Status: Feedback
Status: Closed
Bug Type: Sockets related
Operating System: Windows NT AND 98
PHP Version: 4.0.3pl1
New Comment:

No feedback. Closing.

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

[2001-11-21 09:41:12] [EMAIL PROTECTED]

Can you reproduce this with latest RC 

http://phpuk.org/~james/php-4.1.0RC3-win32.zip

Feedback.

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

[2000-12-08 10:49:44] [EMAIL PROTECTED]

On Windows 32 systems.
With Apache Server or IIS

$file = fsockopen ("10.1.1.121", 80, $errno, $errstr, 3);
Where 10.1.1.121 is an generic IP address

If the IP address is not active or there is not an service active on the port the 
script dead with a timeout (not of 3 seconds but of 30 seconds).

The same problem if I use this:

$file = fopen("http://10.1.1.121";, "r");

If I use the @ the script dead after 30 seconds, so also the fopen example with remote 
url that I have read in the php4 manual dead.


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



Edit this bug report at http://bugs.php.net/?id=8170&edit=1


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to