Bug 841355
| Summary: | max_execution_time affected by max_input_time | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 5 | Reporter: | Christopher Cross <crcross> |
| Component: | php53 | Assignee: | Remi Collet <rcollet> |
| Status: | CLOSED INSUFFICIENT_DATA | QA Contact: | BaseOS QE - Apps <qe-baseos-apps> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 5.8 | CC: | jorton, rcollet |
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | i686 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-12-02 15:57:30 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Christopher Cross
2012-07-18 18:39:24 UTC
Sorry, but I connot reproduce your issue.
"PHP Fatal error: Maximum execution time of 60 seconds exceeded
in Unknown on line 0"
Line 0 means before execution, so, seems really related to max_input_time.
Can you try the simple script
<?php
echo "phpversion=" . phpversion() . ' | ' .
"max_execution_time=" . ini_get('max_execution_time') . ' | ' .
"max_input_time=" . ini_get('max_input_time');
while(true);
Should raise a
"Fatal error: Maximum execution time of 9 seconds exceeded
in /var/www/html/long.php on line 5"
In the absence of further feedback, we are unable to help further with this issue. and it is therefore being closed. If you need further assistance, please contact your Red Hat support representative. The needinfo request[s] on this closed bug have been removed as they have been unresolved for 500 days |