lets say to throttle load i want to use a 30 second max execution time (or for whatever reason, it MUST stay at 30 in php.ini)
now i have a script that will run nightly using php as executable that will take roughly 5 minutes to run. can i change that global variable or in some other way tell PHP, "hey, i'm cool, let me run a little long and i'll give you a dollar..."