Re: [PHP] PHP - Interrupted Scripts,

2001-01-24 Thread Rasmus Lerdorf
Read this: http://www.php.net/manual/en/features.connection-handling.php -Rasmus On Wed, 24 Jan 2001, [iso-8859-1] Timo Mika Gläßer wrote: > Hi, > I had this problem over and over again: A script takes a long time to > execute and is interrupted in the middle of its action by either a IE-Crash

Re: [PHP] PHP - Interrupted Scripts,

2001-01-24 Thread Joe Stump
t: Mittwoch, 24. Januar 2001 21:43 > An: Timo Mika Gl??er > Betreff: Re: [PHP] PHP - Interrupted Scripts, > > > By default PHP cuts off execution at 30 seconds. > > --Joe > > On Wed, Jan 24, 2001 at 09:36:17PM +0100, Timo Mika Gl??er wrote: > > why setting time-l

Re: [PHP] PHP - Interrupted Scripts,

2001-01-24 Thread Joe Stump
try set_time_limit(0) for starters. Otherwise I'm clueless. --Joe On Wed, Jan 24, 2001 at 09:31:17PM +0100, Timo Mika Gl??er wrote: > Hi, > I had this problem over and over again: A script takes a long time to > execute and is interrupted in the middle of its action by either a IE-Crash > or and

[PHP] PHP - Interrupted Scripts,

2001-01-24 Thread Timo Mika Gläßer
Hi, I had this problem over and over again: A script takes a long time to execute and is interrupted in the middle of its action by either a IE-Crash or and Proxy-Error. Can one prevent or circumvent that problem??? Thanks for your fast response in advance, Timo Mika Gläßer