I'm trying to disable clients from being able to set max_execution_time via php using:
set_time_limit()
or .htaccess using:
php_value max_execution_time
In php.ini I changed the following lines:
safe_mode_protected_env_vars = max_execution_time
disable_functions = set_time_limit
but I want to make sure it's working the phpinfo shows:
local max time 1800 and master value 30 so which ones is it using? Did I adjust php.ini correctly?
set_time_limit()
or .htaccess using:
php_value max_execution_time
In php.ini I changed the following lines:
safe_mode_protected_env_vars = max_execution_time
disable_functions = set_time_limit
but I want to make sure it's working the phpinfo shows:
Code:
http://kevintestmag.rent-manager.com/magento/phpinfo123.php