ID: 13572
User updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Open
Bug Type: Filesystem function related
Operating System: Windows 2k/Linux
PHP Version: 4.0.6
New Comment:
i used fsockopen("udp://$host", $port ....)
socket_set_blocking($fp, FALSE)
Previous Comments:
------------------------------------------------------------------------
[2001-10-06 04:26:18] [EMAIL PROTECTED]
In 4.0.7 a new socket has been introduced. Did you used it?
- markus
------------------------------------------------------------------------
[2001-10-06 04:04:24] [EMAIL PROTECTED]
socket's set to non-blocking, opened at port 9999 udp
$start=time();
while((time()-$start)<2)
{
$res=fread($fp2, 100);
echo "$res\n";
}
no answer from udp socket... a similar c program works
btw: in php4.0.7rc3 the problem isn't fixed
------------------------------------------------------------------------
Edit this bug report at http://bugs.php.net/?id=13572&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]