Hi,

Since I updated Squirelmail to 1.4.1 , users with big inboxes/lots os messages 
get error messages similar to this:

Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to
allocate 65536 bytes) in
/var/www/html/squirrelmail-1.4.1/functions/imap_general.php on line 246


This is the part that contains the line 246: (the numbers are the actual line 
numbers for that piece of code).

241             /* backwards compattibility */
242             $aLiteral = explode("\n", $sLiteral);
243             /* release not neaded data */
244             unset($sLiteral);
245             foreach ($aLiteral as $line) {
246                $fetch_data[] = $line ."\n";
247             }


Has this part changed since 1.2.8? Have I uncovered a bug?


Regards,
Josep
-- 
Josep L. Guallar-Esteve         System and Network Administration



-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

Reply via email to