Re: [PHP] Fatal error: Maximum execution time

2005-02-21 Thread Richard Lynch
nd accounts for the 6 to 10 minutes range -- as well as the fact that PHP dies out at seemingly random different places in your source. > PHP Fatal error: Maximum execution time of 30 seconds exceeded in > .php > on line 130 > > Has somebody seen something like this or has a

Re: [PHP] Fatal error: Maximum execution time

2005-02-21 Thread Bret Hughes
terminates > and that is strange not exactly at same time... it's aprox from 6 to 10 > minutes and not in same place (in any of included script). And error message > always displays 30 seconds... I have tried to grep a source for ini_set as > well, nothing important anywhere i

[PHP] Fatal error: Maximum execution time

2005-02-21 Thread Stanislav Kuhn
same place (in any of included script). And error message always displays 30 seconds... I have tried to grep a source for ini_set as well, nothing important anywhere in the code. PHP Fatal error: Maximum execution time of 30 seconds exceeded in .php on line 130 Has somebody seen something li

Re: [PHP] Fatal error: Maximum execution time of 30 seconds exceeded

2002-10-14 Thread Maxim Maletsky
Don't try using PHP for sending mass-mails. You'd better use some other C/Phyton/Perl apps for that. Just manage the start of this process via PHP. -- Maxim Maletsky [EMAIL PROTECTED] www.PHPBeginner.com // where PHP Begins On Sun, 13 Oct 2002 19:06:01 +0100 "scott" <[EMAIL PROTECTED]> wrot

Re: [PHP] Fatal error: Maximum execution time of 30 seconds exceeded

2002-10-13 Thread Sascha Cunz
Yet another very fine way to do this job, is to set up a mailinglist manager (ezmlm i.e.), whom you subscribe all your recipients - And then send just one mail to the mailinglist manager. Of course, works only if you got control to the server. --Sascha -- PHP General Mailing List (http://www.

Re: [PHP] Fatal error: Maximum execution time of 30 seconds exceeded

2002-10-13 Thread Chris Hewitt
scott wrote: >Hello >Trying to send a html email to 5000 people on a list >Keep getting Fatal error: Maximum execution time of 30 seconds exceeded >Any pointers on the best way to achieve this lengthily operation without >the script failing? Best regards Scott > If the email is the same for all

RE: [PHP] Fatal error: Maximum execution time of 30 seconds exceeded

2002-10-13 Thread Thoenen, Peter Mr. EPS
In you php.ini, find max_execution_time = 360 and up it. -Peter > -Original Message- > From: scott [mailto:[EMAIL PROTECTED]] > Sent: Sunday, October 13, 2002 20:06 > To: [EMAIL PROTECTED] > Subject: [PHP] Fatal error: Maximum execution time of 30 seconds > excee

RE: [PHP] Fatal error: Maximum execution time of 30 seconds exceeded

2002-10-13 Thread John W. Holmes
www.php.net/set_time_limit ---John Holmes... > -Original Message- > From: scott [mailto:[EMAIL PROTECTED]] > Sent: Sunday, October 13, 2002 2:06 PM > To: [EMAIL PROTECTED] > Subject: [PHP] Fatal error: Maximum execution time of 30 seconds exceeded > > Hello &g

[PHP] Fatal error: Maximum execution time of 30 seconds exceeded

2002-10-13 Thread scott
Hello Trying to send a html email to 5000 people on a list Keep getting Fatal error: Maximum execution time of 30 seconds exceeded Any pointers on the best way to achieve this lengthily operation without the script failing? Best regards Scott -- PHP General Mailing List (http://www.php.net/) T