[PHP-CVS] cvs: php-src /main/streams streams.c xp_socket.c
dsp Mon Nov 24 15:35:03 2008 UTC Modified files: /php-src/main/streams streams.c xp_socket.c Log: Revert fix for 43782, as it caused problems. [DOC] We better document the issue at it is. http://cvs.php.net/viewvc.cgi/php-src/main/streams/streams.
[PHP-CVS] cvs: php-src /main/streams streams.c xp_socket.c
dsp Tue Aug 26 16:06:23 2008 UTC Modified files: /php-src/main/streams streams.c xp_socket.c Log: Fixed bug #43782 (feof() does not detect timeout on socket) # Poll returns 0 if it times out. # We check for 0 and use the user set timeout in set_option