Re: [PHP] max_execution_time

2003-06-17 Thread Yann Larrivee
But i think that it should stop after 30 secondes no ? Yann On Tue, 2003-06-17 at 22:35, R'twick Niceorgaw wrote: > doesn't sound like a bug to me ... after all there's something called > recursive functions ? > > - Original Message - > From: "Yann Larrivee" <[EMAIL PROTECTED]> > To: <[

Re: [PHP] max_execution_time and set_time_limit() problem.

2003-03-05 Thread Marek Kilimajer
This should not have anything with time limit, your php script is executed after the upload finishes, you should check max_upload_size and max_post_size (max_upload_size < max_post_size) Eric Wood wrote: Even set_time_limit(0) does extend the timeout. Always a 30 second timeout. Any other idea

Re: [PHP] max_execution_time and set_time_limit() problem.

2003-03-04 Thread Daniel Silva
I have a similar problem. I made a multiple file upload script and when the size is too big, PHP seems to ignore it, even though the files are well inside the max_upload_size... Are you sure that you aren't actually entering an infinite-loop or something? It seems odd... I can't think of nothing

Re: [PHP] max_execution_time and set_time_limit() problem.

2003-03-04 Thread Eric Wood
Even set_time_limit(0) does extend the timeout. Always a 30 second timeout. Any other ideas? thanks, -eric wood > I'm uploading a large file through my web page and after 30 seconds, the > fails with an error. I bumbed the max_execution_time parameter in > /etc/php.ini to 600 seconds and resta

RE: [PHP] max_execution_time & header

2001-07-09 Thread scott [gts]
gt; Subject: Re: [PHP] max_execution_time & header > > > on 7/9/01 8:17 AM, Peter Schumacher at [EMAIL PROTECTED] wrote: > > > I still run into the max_execution_time!!! I thought it would be reset as I > > redirect to another page. > > wi

Re: [PHP] max_execution_time & header

2001-07-09 Thread mike cullerton
on 7/9/01 8:17 AM, Peter Schumacher at [EMAIL PROTECTED] wrote: > I still run into the max_execution_time!!! I thought it would be reset as I > redirect to another page. within your script ini_set("max_execution_time", $some_bunch_of_seconds); -- mike cullerton -- PHP General Mailing List

Re: [PHP] max_execution_time

2001-07-03 Thread mike cullerton
his is the correct link: > http://php.net/manual/en/function.set-time-limit.php > > -maxim maletsky > > > -Original Message- > From: Rasmus Lerdorf [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, July 04, 2001 2:07 PM > To: mike cullerton > Cc: php php > S

Re: [PHP] max_execution_time

2001-07-03 Thread Rasmus Lerdorf
> i've got a script running into my max_execution_time. is there a way to > override the value in php.ini from within a script, rather than increasing > the time in php.ini? http://php.net/settimelimit -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED