Posted by Bart Van der Donck on 12/18/13 11:48
tim wrote:
> You can set the timeout value with the max_execution_time flag in using
> ini_set() or in php.ini, or with set_time_limit()
>
> The get autoflushing I'm not sure.
>
> Read up on the output_buffering setting in php.ini as well as the
> ob_implicit_flush function and setting in php.ini
>
> This bug report http://bugs.php.net/bug.php?id=23877 may be relevant.
> It implies that implicit_flush() doesn't always work as expected and
> you may need to call flush() repeatedly
The max_execution_time flag does precisely what I was looking for.
Thanks for your help.
--
Bart
Navigation:
[Reply to this message]
|