Page 1 of 1

Fatal error: Maximum execution time

PostPosted: 26. July 2007 14:53
by gnabhan
Dear Friends,

When i run a send mail php file(for testing 20,000 mails sending),

Fatal error: Maximum execution time of 30 seconds exceeded in /opt/lampp/htdocs/Mail.class.php on line 333

max_execution_time =300
max_input_time = 300
memory_limit =32M

After that i ran that same file, error was occurred.

Fatal error: Maximum execution time of 300 seconds exceeded in /opt/lampp/htdocs/Mail.class.php on line 333

I already change execution time from 30 seconds to 300.

May i Change execution time limit upto 3600 seconds.

Is it correct decision for this problem?
or
is any other ways for this problem?


Thanks for Consideration....

With Regards,
G. Padmanabhan

PostPosted: 26. July 2007 15:20
by Wiedmann
is any other ways for this problem?

Sure, PHP is not the correct tool for mass/bulk mailings (20,000 mails)... Just search for a tool, which is designed for such tasks.