ID:               24041
 Updated by:       [EMAIL PROTECTED]
 Reported By:      jcastro at elnuevodia dot com
 Status:           Open
 Bug Type:         Scripting Engine problem
 Operating System: Windows 2000
 PHP Version:      4.3.2
 New Comment:

Quick analysis: The max_input_timeout is set in main.c for the request
startup and should override the timeout for execution time..but it
seems like the max_execution_time is not reset again after request
startup is over. 
(hope someone else sees this and can check it out too :)



Previous Comments:
------------------------------------------------------------------------

[2003-06-05 10:25:27] jcastro at elnuevodia dot com

I have a page that people use to upload files. I changed from 4.2.3 to
4.3.2

my configuration is

max_execution_time = 3600
max_input_time = 60
memory_limit = 22M

web server: iis


The upload process will work for about 5 minutes and then stop. I will
get and error message in my syslog saying that the script terminated
because it ran for more than
3600.  That is imposible since it ran for only 4 or 5 minutes.  I had
to go back to 4.2.3.  I even set the max_execution_time to 0 and I
still get the same error, except the message change from 3600 to 0. 
Keep in mind that I did not change any IIS configuration. just the php
version toi make it work again.

------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=24041&edit=1

Reply via email to