Re: Why does php exit after 6 minutes?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Your configuration imposes the 6 mins limit:

> phpinfo(): max_execution_time:  1800s
> phpinfo(): mssql.timeout:  1800s

So, PHP scripts won't run more than 1800 seconds, ie 6 mins.

Try set_time_limit(0); at the beginning of your script to avoid time
limitations.

Manu.

-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [PHP Users]     [PHP Database Programming]     [PHP Install]     [Kernel Newbies]     [Yosemite Forum]     [PHP Books]

  Powered by Linux