php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #23166 'max_input_time' not documented
Submitted: 2003-04-11 08:47 UTC Modified: 2004-02-07 05:40 UTC
Votes:3
Avg. Score:5.0 ± 0.0
Reproduced:3 of 3 (100.0%)
Same Version:0 (0.0%)
Same OS:1 (33.3%)
From: goba@php.net Assigned:
Status: Closed Package: Documentation problem
PHP Version: 4.3.2RC1 OS: n/a
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: goba@php.net
New email:
PHP Version: OS:

 

 [2003-04-11 08:47 UTC] goba@php.net
The mention of max_execution_time is misleading in the file upload /  
common pitfalls docs. Some may assume (as I did ;), that the file upload  
process time counts in max_execution_time, however this is probably  
not the case. Please someone with better PHP behaviour knowledge  
extend that part, so it does not give the impression, that file upload time  
counts in max_execution_time. Max_input_time should also be 
documented ;) 

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-04-19 19:23 UTC] elfugitivo at lycos dot com
Why ini_st doesn?t work when trying to change the max_execution_time? I?m trying to do an image upload-resize page, as it has 4 file fields and the images may be large (400k) the server return a Maximum execution time error. I?m uploading in one page using this code at the beggining:

<?php
$some = "1000";
ini_set("max_execution_time", $some);
?>

Thanks
 [2003-04-19 22:52 UTC] alindeman@php.net
elfugitivo: Don't ask support questions here...
 [2003-04-21 16:26 UTC] alindeman@php.net
Fixed the max_execution_time issue...
 [2003-04-22 01:33 UTC] rasmus@php.net
If you fixed it, close the report.
 [2003-04-22 02:02 UTC] philip@php.net
This bug also involves max_input_time
 [2003-04-22 06:29 UTC] alindeman@php.net
rasmus: That's why I didn't close it -- I only fixed part of it :)
 [2004-02-07 05:40 UTC] nlopess@php.net
This bug has been fixed in the documentation's XML sources. Since the
online and downloadable versions of the documentation need some time
to get updated, we would like to ask you to be a bit patient.

Thank you for the report, and for helping us make our documentation better.

I already documented this. Closing this bug...
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Tue Aug 12 14:00:02 2025 UTC