I am currently installing a PHP module which has the following requirements:
max_execution_time 600
error_reporting E_WARNING & ~E_NOTICE & ~E_DEPRECATED
log_errors Off
Can the PHP config be changed to reflect these settings?
Thanks,
Eli
I am currently installing a PHP module which has the following requirements:
max_execution_time 600
error_reporting E_WARNING & ~E_NOTICE & ~E_DEPRECATED
log_errors Off
Can the PHP config be changed to reflect these settings?
Thanks,
Eli
No. Settings are server wide and those would break a shared environment.
Nothing is always absolutely so.
Thanks. Go ahead and close the case.