Knowledgebase Home | Glossary | Favorites Knowledgebase Home | Glossary | Favorites
PHP Timeouts
Article Details

Last Updated
17th of August, 2010

User Opinions (2 votes)
100% thumbs up 0% thumbs down

How would you rate this answer?
Helpful
Not helpful
PHP timeouts are controlled by two main variables:
  • max_input_time
  • max_execution_time
'max_input_time' defines how many seconds a file upload via PHP is allowed to take before it times out, while 'max_execution_time' covers how long scripts are allowed to run.

Both of these values can be set from the Sites > yoursitename > Details > PHP Settings menu from the Stackable control panel.
Visitor Comments
No visitor comments posted. Post a comment
Post Comment for "PHP Timeouts"
To post a comment for this article, simply complete the form below. Fields marked with an asterisk are required.
   Your Name:
* Your Comment:
* Enter the code below:
 
Related Articles
No related articles were found.
Attachments
No attachments were found.

Continue