This is a discussion on Re: [PHP] Maximum execution time within the PHP General forums, part of the PHP Programming Forums category; On Friday 05 December 2003 05:22 pm, John J Foerch wrote: > Hi, > Is there some way to ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
On Friday 05 December 2003 05:22 pm, John J Foerch wrote:
> Hi, > Is there some way to turn off maximum execution time? Preferably > within the script itself? > Thanks, > John set_time_limit(0); zero is for not timeout, change to # of seconds if you want. James |