ID: 12360
Updated by: andy
Reported By: [EMAIL PROTECTED]
Old Status: Open
Status: Feedback
Bug Type: Sockets related
Operating System: RedHat 6.2
PHP Version: 4.0.6
New Comment:

are you saying that is eventually times out (but not a the
number you specified) or are you saying it never times out.


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

[2001-07-25 07:08:38] [EMAIL PROTECTED]

When I try to connect to a port on a server that isn't reachable or the packets are 
dropped the timeout doesn't work...

This worked when I was using PHP 4.0.4pl1

#!/usr/local/bin/php
<?php

echo "opening socket... \n";
fsockopen("microsoft.com", 12, $errno, $errstr, 5.0);
echo "$errno\n$errstr\n";
echo "done!\n";

?>

I have also tried this on a Red Hat 7.1 machine and it's just the samee there...


My configure line: './configure' '--with-zlib-dir=/usr/lib' 
'--with-png-dir=/usr/local/lib' '--with-gd=/usr/local' '--with-ttf=/software/freetype' 
'--with-apxs=/software/web/bin/apxs' '--with-mysql=/software/mysql/'

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



Edit this bug report at http://bugs.php.net/?id=12360&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