ID:               22205
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Open
+Status:           Feedback
 Bug Type:         *General Issues
 Operating System: w2k
 PHP Version:      4.3.0
 New Comment:

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


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

[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

Reply via email to