ID:               22985
 Updated by:       [EMAIL PROTECTED]
 Reported By:      excalibur at hub dot org
-Status:           Open
+Status:           Bogus
 Bug Type:         *Configuration Issues
 Operating System: FreeBSD 4.8RC
 PHP Version:      4.3.1
 New Comment:

Thank you for taking the time to write to us, but this is not
a bug. Please double-check the documentation available at
http://www.php.net/manual/ and the instructions on how to report
a bug at http://bugs.php.net/how-to-report.php

If max_input_time == -1, then the value of max_execution_time is used
in it's place.


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

[2003-03-31 11:25:33] excalibur at hub dot org

Hi All, 

 Ok, been doing some testing in relation to the file uploads issue to
help a client of mine and found the following issue. With 4.3.x the
max_input_time definition in the php.ini file seems to be ignored.
Regardless of what I set it to in that file, phpinfo() only shows a -1
in the field and subsequently I can not upload any files larger then
about 32 Kbytes. Anything more then that and the upload completes and
the file disappears. 

 Doing a quick search around the net shows that the -1 was supposed to
define unlimited time??

 When I use a .htaccess file and set the value via:

  php_flag max_input_time 600

 phpinfo() shows the proper information, and that the 600 has taken
affect. At this time I can upload files upto the limits set via:

 upload_max_filesize = XXM

 I have a feeling that one of two things is happening, the "unlimited"
time is not being taken into account (if that is what the -1 denotes),
or the value is not being used at all via the php.ini settings, but
forcing it via a .htaccess file causes the value to be set properly..


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


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

Reply via email to