From:             [EMAIL PROTECTED]
Operating system: Windows 2000 Profesional
PHP version:      4.2.0
PHP Bug Type:     Unknown/Other Function
Bug description:  socket_read() only gets one character (no matter what length set)

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 bug report at http://bugs.php.net/?id=16877&edit=1
-- 
Fixed in CVS:        http://bugs.php.net/fix.php?id=16877&r=fixedcvs
Fixed in release:    http://bugs.php.net/fix.php?id=16877&r=alreadyfixed
Need backtrace:      http://bugs.php.net/fix.php?id=16877&r=needtrace
Try newer version:   http://bugs.php.net/fix.php?id=16877&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=16877&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=16877&r=notwrong
Not enough info:     http://bugs.php.net/fix.php?id=16877&r=notenoughinfo
Submitted twice:     http://bugs.php.net/fix.php?id=16877&r=submittedtwice

Reply via email to