#21485 [NoF->Opn]: feof() doesn't returns true on a socket stream

2003-01-27 Thread bjarne
y problem. (In my "real" case I dont connect to a smtp-server but the scenario is the same.) Regards /Bjarne Previous Comments: [2003-01-25 01:00:03] [EMAIL PROTECTED] No feedback was provided for this bug for

#21485 [Ver]: feof() doesn't returns true on a socket stream

2003-01-09 Thread bjarne
e the data. The behaviour with blocking/non blocking sockets haven't changed though, its still the same in php 4.3.0 as it were in previous php versions. What has changed is the feof() that never return true. Regards /Bjarne Previou

#21485 [NEW]: feof() doesn't returns true on a socket stream

2003-01-07 Thread bjarne
ile()-loop... When running the same code in php4.2.3 it works as it should so it seems like a 4.3.0 issue... ( feof() returns true in 4.2.3... ) The scenario consists of the script connecting to a host which immediatly replies with a textstring; "OK", which in turn is printed out...