Re: [PHP] Memory exhausted message wrong

2005-03-20 Thread LacaK
Only try -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Memory exhausted message wrong

2005-03-18 Thread Andrew Hill
> > Andrew Hill wrote: > > > The problem is that in my php.ini file, I have the line: > > > > > > memory_limit = 8M > > > > > > So, why is PHP reporting that the allowed memory size is 256M? > > > The phpinfo() function correctly reports that memory_limit is > > > set to 8M. I've just been infor

RE: [PHP] Memory exhausted message wrong

2005-03-18 Thread Andrew Hill
Marek Kilimajer wrote: > Andrew Hill wrote: > > The problem is that in my php.ini file, I have the line: > > > > memory_limit = 8M > > > > So, why is PHP reporting that the allowed memory size is 256M? > > The phpinfo() function correctly reports that memory_limit is > > set to 8M. > > Are you r

Re: [PHP] Memory exhausted message wrong

2005-03-18 Thread Marek Kilimajer
Andrew Hill wrote: Hi all, I'm trying to run phpDocumentor 1.3.0RC3 under PHP 4.3.10, and I get the following error: Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 3668 bytes) in /usr/local/lib/php/PhpDocumentor/phpDocumentor/phpDocumentorTWordParser. inc on line 2

[PHP] Memory exhausted message wrong

2005-03-18 Thread Andrew Hill
Hi all, I'm trying to run phpDocumentor 1.3.0RC3 under PHP 4.3.10, and I get the following error: Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 3668 bytes) in /usr/local/lib/php/PhpDocumentor/phpDocumentor/phpDocumentorTWordParser. inc on line 236 The problem i