Shared and Reseller hosting are shared environments and have certain limits on what can be changed in order to maintain the stability and security of the the server.
PHP has been configured to use the following well known settings on our shared and reseller servers:
safe mode = Off (CANNOT BE ADJUSTED)
memory_limit = 256M (MAXIMUM)
max_execution_time = 30 (MAXIMUM in seconds)
max_input_time = 60 (MAXIMUM in seconds)
post_max_size = 50M (MAXIMUM)
upload_max_filesize = 50M (MAXIMUM)
enable_dl = Off (CANNOT BE ADJUSTED)
register_globals = Off (CANNOT BE ADJUSTED)
The above settings either CANNOT be changed or exceeded on Shared and Reseller accounts. These limits are set to prevent extremely high resource usage in shared environments as well as maintain a level of security.
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.
If you have requirements that exceed the above parameters, then please raise a support ticket to see what we can do for you.
DISABLED PHP FUNCTIONS
For a list of disabled php functions, please raise a support ticket and we will advise you. Due to security we cannot publish which php functions are enabled or disabled.