ID:               27508
 Updated by:       [EMAIL PROTECTED]
 Reported By:      adam at trachtenberg dot com
-Status:           Open
+Status:           Closed
 Bug Type:         Network related
 Operating System: *
 PHP Version:      5CVS-2004-03-05 (dev)
 New Comment:

Please try using this CVS snapshot:

  http://snaps.php.net/php5-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php5-win32-latest.zip

Most likely fixed now


Previous Comments:
------------------------------------------------------------------------

[2004-03-05 16:05:11] adam at trachtenberg dot com

Description:
------------
It looks like feof() doesn't work correctly in all cases 

for user-defined streams. It seems like the class 

stream_eof() method is not being called when feof() is 

invoked in PHP.



This works correctly using 4.3.5RC3, but not PHP 5 

current CVS. It also works correctly if I do an 

fpassthru() on the file pointer and let PHP handle the 

feof() check.

Reproduce code:
---------------
See VariableStream class in the manual: 



http://us2.php.net/manual/en/function.stream-wrapper-register.php



In particular the while(!feof()) bit.

Expected result:
----------------
line1

line2

line3

string(18) "line1

line2

line3

"



(This is what I get from PHP 4.3.5RC3)

Actual result:
--------------
string(18) "line1

line2

line3

"


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=27508&edit=1

Reply via email to