ID: 35449 Updated by: [EMAIL PROTECTED] Reported By: profic at kursknet dot ru -Status: Open +Status: Feedback Bug Type: Documentation problem PHP Version: Irrelevant New Comment:
Thank you for this bug report. To properly diagnose the problem, we need a short but complete example script to be able to reproduce this bug ourselves. A proper reproducing script starts with <?php and ends with ?>, is max. 10-20 lines long and does not require any external resources such as databases, etc. If possible, make the script source available online and provide an URL to it here. Try to avoid embedding huge scripts into the report. Previous Comments: ------------------------------------------------------------------------ [2005-11-28 15:30:49] profic at kursknet dot ru Description: ------------ Calls to stream_socket_recvfrom() on socket-based streams, after calls to buffer-based stream funcions (like fread(), steam_get_line()) may lead to unexpected (to user) results as it is bypass stream buffer. Thus is seems to be a good idea to have warning/note in documentation of stream_socket_recvfrom() about this. Elsewise it can be runtime notice in case of use stream_socket_recvfrom() on stream with non-empty buffer. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=35449&edit=1
