[PHP-DOC] Re: [PHP-DEV] Scope of set_time_limit

2001-01-15 Thread Oleg Makarenko
that seems to be related to http://bugs.php.net/bugs.php?id=8414 I was told that on windows max_execution_time is what most people expect while on linux it is the maximum CPU time. and please do something to make it possible to check for "maximum execution time exceeded" condition in registerd s

[PHP-DOC] Re: [PHP-DEV] Scope of set_time_limit

2001-01-15 Thread Zak Greant
So, we need to say is something to the effect of: The max_execution_time directive and set_time_limit function act to limit the amount of time that a PHP script is allowed to execute. This is not necessarily the same as the amount of time that the script is allowed to run. If the