MantisBT: master-1.2.x f845ed54

Author Committer Branch Timestamp Parent
dhx dhx master-1.2.x 2010-03-31 06:11 master-1.2.x 482a493f
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