Getting out-of-memory issues with large file downloads when using readfile($path)? PHP might be buffering, run this beforehand:
if (ob_get_level()) ob_end_clean();
Getting out-of-memory issues with large file downloads when using readfile($path)? PHP might be buffering, run this beforehand:
if (ob_get_level()) ob_end_clean();