Re: [PHP] memory allocation problems with fgets

2007-01-15 Thread Roman Neuhauser
# [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

[PHP] memory allocation problems with fgets

2007-01-15 Thread Maurizio Molina
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