MantisBT: master fbfdfe40

Author Committer Branch Timestamp Parent
dhx dhx master 2010-03-31 06:11 master 9527e0ef
Affected Issues  0011362: Picture dowload fails wit exhausted memory error with firefox 3.5.7 but not with IE8
Changeset

Fix 0011362: Use readfile instead of custom file_send_chunk

PHP's inbuilt readfile() function already does its own internal
chunking. We should use this function instead of our own file chunk
reading function to improve reliability and performance.

mod - file_download.php Diff File