ID:               13516
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Open
+Status:           Closed
 Bug Type:         Feature/Change Request
 Operating System: Irix
 PHP Version:      4.0.6
 New Comment:

fpassthru() uses mmap() or does pass the file in chunks. it doesn't
consume real memory.


Previous Comments:
------------------------------------------------------------------------

[2001-11-14 06:48:49] [EMAIL PROTECTED]

Not a bug. Reclasified as a feature/change request.

------------------------------------------------------------------------

[2001-10-02 12:39:53] [EMAIL PROTECTED]

When using fpassthru to output the contents of a large >1MB file it
uses a lot of memory which causes my ISP's web server to terminate the
httpd thread because it used too much memory. As a result the download
is cut off.

If I use fread to read the file 1K at a time it works ok. 

Shouldn't fpassthru read a 1 or 10K chunks to avoid excess memory use
on large files?



------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=13516&edit=1

Reply via email to