On 23 Jan 2001 07:47:03 -0800, Liam Gibbs <[EMAIL PROTECTED]> wrote:
>Can anyone tell me how to up the max. execution time in PHP? I know it's =
>been said before, but I can't remember how it's done.

You can change the value max_execution_time in php.ini, or your apache
configuration files. If you only want to increase or disable the limit in a
single script, try set_time_limit().

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to