On Fri, 2003-03-07 at 14:44, Leif K-Brooks wrote:
> Lately, I've been getting the following error:
> Fatal error: Allowed memory size of 15728640 bytes exhausted (tried to 
> allocate 86460 bytes) in Unknown on line 0
> The thing is, I'm not doing anything that could possibly require much 
> memory.  Is there some kind of bug, or am I missing something?

Are you sure you don't have an infinite loop anywhere? This sort of
thing can happen if you have an array or a string being built by a loop
that never quits.

Nik
-- 
http://travelog.uberblog.com/


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to