Re: [PHP] Big files management

2006-08-04 Thread Richard Lynch
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

Re: [PHP] Big files management

2006-07-26 Thread Jochem Maas
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

Re: [PHP] Big files management

2006-07-26 Thread Yannick Warnier
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 stage of