From:             [EMAIL PROTECTED]
Operating system: Win2k pro
PHP version:      4.3.0RC4
PHP Bug Type:     Sockets related
Bug description:  socket_read() seems to doesn't work

Hello

I have a source which works with PHP 4.1.x to PHP 4.2.x,
it's work perfectly. But with PHP 4.3RC4 (windows version,
client mode) I have this warning :
Warning: socket_read() unable to read from socket [0]: OpÚration rÚussie.
in E:\PHP\KioobFTP\v0.7.1\KioobFTP_SocketMode.php on line 262

Then, the result of the function is FALSE. 
The socket is in blocking mode.
The code is :
$tmp=socket_read($this->stream,4096,PHP_NORMAL_READ);

Do you need others info ?

Thanks.

Bool
-- 
Edit bug report at http://bugs.php.net/?id=21197&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=21197&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=21197&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=21197&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=21197&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=21197&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=21197&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=21197&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=21197&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=21197&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=21197&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=21197&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=21197&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=21197&r=isapi

Reply via email to