# [EMAIL PROTECTED] / 2007-01-15 16:43:50 +:
> Hi,
> I have a script parsing the lines of a (rather large) file:
>
> while (!feof($outPluginfh)) {
> $outPlugin = fgets ($outPluginfh,1024);
> # process $outPlugin here...
>
> }
>
> Now, with large files I was running into an memor
Hi,
I have a script parsing the lines of a (rather large) file:
while (!feof($outPluginfh)) {
$outPlugin = fgets ($outPluginfh,1024);
# process $outPlugin here...
}
Now, with large files I was running into an memory allocation error
(after 16MB of allocation..).
It looks that php is
2 matches
Mail list logo