Re: [PHP] temp files

2007-07-26 Thread Richard Lynch
On Wed, July 25, 2007 3:55 am, admin wrote: > $lines = gzfile("http://www.example.com/some/resource";); > > for its internal needs gzfile() creates a temp file such as > /var/tmp/phpFjJxNX where the gzipped resource is kept. The file stays > there forever and eventually the fs runs out of inodes. A

[PHP] temp files

2007-07-25 Thread admin
Hi! I have this code: $lines = gzfile("http://www.example.com/some/resource";); for its internal needs gzfile() creates a temp file such as /var/tmp/phpFjJxNX where the gzipped resource is kept. The file stays there forever and eventually the fs runs out of inodes. Any way to unlink the temp fil

[PHP] temp files

2007-07-25 Thread admin
Hi! I have this code: $lines = gzfile("http://www.example.com/some/resource";); for its internal needs gzfile() creates a temp file such as /var/tmp/phpFjJxNX where the gzipped resource is kept. The file stays there forever and eventually the fs runs out of inodes. Any way to unlink the temp