[PHP-WIN] Re: Timer in Safe Mode

2004-12-20 Thread Jason Barnett
Mikea wrote: Why would I want that? Is that the answer to getting around timeouts? I'm not sure what you are telling me. Thanks. Mike No it is not the answer to timeouts... whoops! All righty well it seems that you are trying to call set_time_limit but your PHP binary is running in safe mod

[PHP-WIN] Re: Timer in Safe Mode

2004-12-20 Thread MikeA
Why would I want that? Is that the answer to getting around timeouts? I'm not sure what you are telling me. Thanks. Mike "Jason Barnett" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] >A timer script? Go check out PEAR's Benchmark package. > > -- > PHP Windows Mailing List (h

[PHP-WIN] Re: Timer in Safe Mode

2004-12-20 Thread Jason Barnett
A timer script? Go check out PEAR's Benchmark package. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Re: Timer in Safe Mode

2004-12-17 Thread MikeA
It is set at 300 - that's 5 mins - it quits way before that. Mike "Mike" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > In your php.ini file there's a directive called max_execution_time (in > seconds) - so you don't have to worry about any "forever-running" > scripts - > PHP wi