In article <9bvs8e$g9p$[EMAIL PROTECTED]>,
 [EMAIL PROTECTED] ("almir") wrote:

> is it possible to get time limit of script on server ?

Since the "max_execution_time" can be set in php.ini, the current value 
should be displayable with a call to phpinfo().  I expect you can also 
check that value with get_cfg_var().  And of course you can also change the 
setting in a script simply by using set_time_limit().  Cheers!

-- 
CC

-- 
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