Ops, I was missed up (I did 3600/2 instead 3600/10)

Manu.


"Frank M. Kromann" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
>
> The last time I checked 1800 seconds was equal to 30 min :-)
>
> 6 min is 360 seconds.
>
> - Frank
>
> > 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
> >

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

Reply via email to