In order to maintain the stability and quality of our shared servers, the ones that host end-user packages and reseller, there are some limitations that can't be adjusted.
PHP is configured with the following settings:
allow_url_include = Off
safe_mode = Off
enable_dl = Off
memory_limit = 1024M
max_execution_time = 300
post_max_size = 512M
upload_max_filesize = 512M
max_input_time = 300
max_input_vars = 10000
These limitations CANNOT be modified or exceeded on end-user or reseller packages. Most of the PHP scripts should work without any issues within those limitations. If any script requires more resources or any of those values modified, then it should be hosted on a VPS or a dedicated solution.