As far as it not spitting out an error when downloading huge archives, it most definitely should. I have no control over whether or not PHP would spit out a memory error in this instance since it would be a fatal error. Since I parse and load everything in memory first before outputting the headers, a memory error should occur and show up on the page prior to it popping up to download the archive. You might want to check your php.ini to see what you have set in "error_reporting".
or use the debugger plugin
------------------------------------------------------- This SF.Net email is sponsored by: Sybase ASE Linux Express Edition - download now for FREE LinuxWorld Reader's Choice Award Winner for best database on Linux. http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click -- squirrelmail-users mailing list Posting Guidelines: http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines List Address: [EMAIL PROTECTED] List Archives: http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
