| Anarchy_rulz14 At Hotmail Dot Com 2004-03-26, 11:18 pm |
| From: anarchy_rulz14 at hotmail dot com
Operating system: Windows XP
PHP version: 4.3.4
PHP Bug Type: Documentation problem
Bug description: max_execution time exceeded
Description:
------------
I am using PHP4.3.4 (as a module) on apache 1.3.29 on a WinXP box.
I put this as a documentation error, because I don't know where else to
put an erroneous error message.
I am currently running a file-management script on my server, and it
always seemed to give me max_execution_time exceeded errors while
uplaodign large files, regardless of what value I set in php.ini. After
much trial and error, I have found that in fact it is NOT the
max_execution time value that is being exceeded, but it is the
max_input_time value that is being exceeded. For example (using a default
version of php.ini):
max_execution_time = 6000
max_input_time = 60
will produce the error, while:
max_execution_time = 30
max_input_time = 6000
will produce no error. For the record, NO other values (besides
max_execution_tiem and max_input_time) were modified in php.ini.
So it would seem that the error message being output is erroneous, since
it is infact the max_input_time which is being exceeded. The error message
makes it difficult to track down the real culprit in this situation.
--
Edit bug report at http://bugs.php.net/?id=27703&edit=1
--
Try a CVS snapshot (php4): http://bugs.php.net/fix.php?id=27703&r=trysnapshot4
Try a CVS snapshot (php5): http://bugs.php.net/fix.php?id=27703&r=trysnapshot5
Fixed in CVS: http://bugs.php.net/fix.php?id=27703&r=fixedcvs
Fixed in release: http://bugs.php.net/fix.php?id=27703&r=alreadyfixed
Need backtrace: http://bugs.php.net/fix.php?id=27703&r=needtrace
Need Reproduce Script: http://bugs.php.net/fix.php?id=27703&r=needscript
Try newer version: http://bugs.php.net/fix.php?id=27703&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=27703&r=support
Expected behavior: http://bugs.php.net/fix.php?id=27703&r=notwrong
Not enough info: http://bugs.php.net/fix.php?id=27703&r=notenoughinfo
Submitted twice: http://bugs.php.net/fix.php?id=27703&r=submittedtwice
register_globals: http://bugs.php.net/fix.php?id=27703&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=27703&r=php3
Daylight Savings: http://bugs.php.net/fix.php?id=27703&r=dst
IIS Stability: http://bugs.php.net/fix.php?id=27703&r=isapi
Install GNU Sed: http://bugs.php.net/fix.php?id=27703&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=27703&r=float
|