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?
can't set max_execution_time via ini_set
Moderator: General Moderators