ID: 22205 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Feedback +Status: Bogus Bug Type: *General Issues Operating System: w2k PHP Version: 4.3.0 New Comment:
You just discovered HTTP/1.1 chunked transfer encoding. Change your scripts to request data using HTTP/1.0. Not a bug in php -> bogus. Previous Comments: ------------------------------------------------------------------------ [2003-02-13 07:32:42] [EMAIL PROTECTED] Please try using this CVS snapshot: http://snaps.php.net/php4-STABLE-latest.tar.gz For Windows: http://snaps.php.net/win32/php4-win32-STABLE-latest.zip ------------------------------------------------------------------------ [2003-02-13 07:30:26] [EMAIL PROTECTED] sometimes i'm getting strange symbols in recieved stream when using $data .= fgets($socket, $buff_len) or the same with while($peace = @socket_read($socket, $buff_len, PHP_BINARY_READ)) $data .= $peace; somewhere in the stream i get string "\r\n1ffc\r\n" why? there is no such string in resource. and not always the stream contains these chars. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=22205&edit=1