ID: 12536
Updated by: sniper
Reported By: [EMAIL PROTECTED]
Old Status: Open
Status: Bogus
Bug Type: Performance problem
Operating System: win 98 box
PHP Version: 4.0.4pl1
New Comment:

You should consider using something like the first
example is on this page:

http://www.php.net/manual/en/function.fread.php

Anyway, works very nicely for me with PHP 4.0.6 in WindowsME.

--Jani


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

[2001-08-05 22:25:21] [EMAIL PROTECTED]

$filefill = fread($fp, 100000000); //will take a long time on a very small file.

if you add another 0, it will cause a "Internal Server Error" - this is not 
surprising. computers dont deal well with BIG numbers.

i could not get php to re-create the error where it silently did not work.

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

[2001-08-02 17:38:11] [EMAIL PROTECTED]

Have you tried with PHP 4.0.6? And could you also 
add a short example script into this bug report?

--Jani


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

[2001-08-02 17:34:06] [EMAIL PROTECTED]

fread does not look like it is reading the EOF. when i use a large (HUDGE) number to 
tell the fread() how many characters to read, it takes a  l o n g time for this to 
complete!!!! this happens even when the file is very short.

i descoverd this when i was trying to read an entire file into a string. is fread the 
best way to do this?? it does not seem to be working very well.

there is also a error reporting problem with fread. after the same number gets too 
big, php stops processing the entire page, (it does check syntax)
there is als no error message when this happens.....

            Knight

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



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


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to