Page 1 of 1

can't set max_execution_time via ini_set

Posted: Mon Aug 23, 2010 5:08 am
by tralli10
I'm trying it increase the max execution time of a script via ini_set
I tried ini_set('max_execution_time', 120) but the value doesn't get set, it still is set to 60 seconds, why is that?
I tried changing something else like display_errors and that worked. Could this be some permission issue?