ID: 16877 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open -Bug Type: Unknown/Other Function +Bug Type: Sockets related Operating System: Windows 2000 Profesional PHP Version: 4.2.0 New Comment:
The socket_read() function does not work properly, say I do this: $text = socket_read($message_socket, 2048); It will only get 1 character even though I said 2048 characters. Previous Comments: ------------------------------------------------------------------------ [2002-04-27 14:41:29] [EMAIL PROTECTED] The socket_read() function does not work properly, say I do this: $text = socket_read($message_socket, 2048); It will only get 1 character even though I said 2048 characters. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=16877&edit=1