PHP max_exec_time modifications common practices
I need to know if it is common for a host to deny increase y max_exec_time a directive variable which limits running time of a script and that is put in php.iniAlso there is an couple of php function that can be put in the script apparently to nignore the server directive for the containing script but the limit stays and the error occurs.
max_exec default time is 30 secs, not much for an upload script and a slow connection.
Thanks