On Wed, July 26, 2006 5:16 am, Yannick Warnier wrote:
> I'm trying to deal with big files (over 4GB) with PHP4.3.9 ans PHP4.4
> but obviously it's not really possible.
You can't use something like file_get_contents() or file() because it
would pull the whole 4GB into RAM, but
http://php.net/fopen
Le mercredi 26 juillet 2006 à 12:27 +0200, Jochem Maas a écrit :
> Yannick Warnier wrote:
> > Hi there,
> >
> > I'm trying to deal with big files (over 4GB) with PHP4.3.9 ans PHP4.4
> > but obviously it's not really possible.
>
> no, we're not quite at the 4GB-flash-header-files-for-webpages stag
Yannick Warnier wrote:
> Hi there,
>
> I'm trying to deal with big files (over 4GB) with PHP4.3.9 ans PHP4.4
> but obviously it's not really possible.
no, we're not quite at the 4GB-flash-header-files-for-webpages stage of
internet evolution ;-)
>
> Is there a library somewhere that allows elem
Hi there,
I'm trying to deal with big files (over 4GB) with PHP4.3.9 ans PHP4.4
but obviously it's not really possible.
Is there a library somewhere that allows elementary operations on these
kinds of files by, for example, using the operating systems commands
(Linux in this case)?
Or any other
4 matches
Mail list logo