PHP settings that cannot be changed

PHP has been configured to use the following key settings on our shared and reseller servers:

memory_limit = 256M (MAXIMUM)
max_execution_time = 30 (MAXIMUM in seconds)
max_input_time = 60 (MAXIMUM in seconds)
post_max_size = 32M
upload_max_filesize = 64M (MAXIMUM)
enable_dl = Off (cannot adjust)

The above settings either CANNOT be changed or cannot be exceeded on a shared and reseller account. These limits are set to prevent extremely high resource usage in shared environments. We have found that a majority of the PHP scripts will work within these limits, and the scripts that require more resources are best suited for a VPS or dedicated server.

Dedicated servers and VPS can change and raise these settings to any value desired. Dedicated Server and VPS customers with WHM access can change the limit by going to WHM > Service Configuration > PHP Configuration Editor.

Settings You Can Change

If you need to change a setting (other than given above) then contact the support department with precise details of what you wish to enable, and we will be more than happy to look into it for you.

For more information, please visit :

https://portal.hostbreak.com/knowledgebase/4251/PHP-guide-how-to-change--max_execution_time-value---.html

Was this answer helpful? 17 Users Found This Useful (119 Votes)