check your string formatting routines. probaly you have little bug..

for example this code giving same error

while(true)
 {
 $a = $a . "blabla";
 }


-----Original Message-----
From: Lee Denny [mailto:[EMAIL PROTECTED]]
Sent: Monday, January 14, 2002 7:49 PM
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] Fatal Error : Allowed Memory Size Exhausted


I'm getting the error

Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to
allocate 12288 bytes) in ../includes/resultheader.inc on line 16


The exact line of code does change - so its not syntax or semantics.

Can anyone enlighten me on what this means and what I'm doing wrong.

Cheers,

Lee



-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to