ID: 22238 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Assigned Bug Type: Filesystem function related Operating System: win9x PHP Version: 4CVS-2003-02-15 (stable) -Assigned To: +Assigned To: wez
Previous Comments: ------------------------------------------------------------------------ [2003-02-15 21:57:28] [EMAIL PROTECTED] stream_select() causes a buffer synchronization which will clobber the read buffer of any stream that is marked seekable. This behaviour is intended, but under win9x, we cannot always determine if a stream is a FIFO, and this can cause data loss if the buffer size specified in php_stream_read() is ever smaller than the amount of data read in a single read operation (the excess data is lost during the next stream_select() call). ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=22238&edit=1