Re: [PHP-DEV] socket_recvfrom

2002-08-28 Thread Torsten Schlabach
>> Is this binary data you are transmitting? It is a TFTP data packet which starts with 0x00 0x03 0xhh 0xll and then has string data following, but I guess the first 0x00 will already be interpreted as the end of string? Torsten > On Tue, 2002-08-27 at 10:23, Torsten Schlabach wrot

[PHP-DEV] socket_recvfrom

2002-08-27 Thread Torsten Schlabach
Hi! I am not sure if I a) misunderstood what the function is good for b) found a documentation problem or c) found a bug. Maybe one of the more senior people on that list can advise me wether I should file a bug report or not. I am writing some code in PHP that makes use of the socket_ function

[PHP-DEV] fsockopen - fread: What packets are being seen and read?

2002-08-22 Thread Torsten Schlabach
is this a bug? Did anyone ever have the same problem and maybe even found a workaround? Regards, Torsten Schlabach -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Status of UDP?

2002-08-20 Thread Torsten Schlabach
Hi! Some time ago there was some traffic on that list regarding problems reading results of requests made to any servers using UDP. A lot of people reported issues such as fread stalling, not returning anything, etc. There have also been some bugs in PHP bug tracking system, but it seems it all n