Re: [PHP-DEV] Memory limit is used for all scripts instead of one?

2001-06-29 Thread Wez Furlong
; <[EMAIL PROTECTED]> wrote: > What version of PHP are you using? There were some changes in 4.0.6 that > may change your results. > - Original Message - > From: "Swift" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Wednesday, June 27, 2001

Re: [PHP-DEV] Memory limit is used for all scripts instead of one?

2001-06-29 Thread derick
t: Wednesday, June 27, 2001 9:52 AM > Subject: [PHP-DEV] Memory limit is used for all scripts instead of one? > > > > Warning: Could not execute mail delivery program in > > /local/Web/sites/phpweb/bugs.php on lin

Re: [PHP-DEV] Memory limit is used for all scripts instead of one?

2001-06-28 Thread Zeev Suraski
memory_limit applies for the duration of a single script. Each script will not be allowed to obtain more than 8MB; So, the problem you're having originates someplace else (perhaps other parts of PHP grow to consume more memory, e.g., persistent resource tables or something of the sort). Zeev

Re: [PHP-DEV] Memory limit is used for all scripts instead of one?

2001-06-28 Thread derick
On Wed, 27 Jun 2001, Swift wrote: > Warning: Could not execute mail delivery program in > /local/Web/sites/phpweb/bugs.php on line 419 > Mail not sent! What is wrong with the bug system? I've seen around 20 messages like this now. Derick

Re: [PHP-DEV] Memory limit is used for all scripts instead of one?

2001-06-28 Thread Brian Moon
- From: "Swift" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, June 27, 2001 9:52 AM Subject: [PHP-DEV] Memory limit is used for all scripts instead of one? > Warning: Could not execute mail delivery program in > /local/Web/sites/phpweb/bugs.php

[PHP-DEV] Memory limit is used for all scripts instead of one?

2001-06-27 Thread Swift
Warning: Could not execute mail delivery program in /local/Web/sites/phpweb/bugs.php on line 419 Mail not sent! Please send this page in a mail to [EMAIL PROTECTED] manually. -- Hi there! As far as I underst