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: <[
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
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
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
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
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
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
> 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
8 matches
Mail list logo