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