time for executing script
Posted: Fri Apr 22, 2011 5:44 pm
hello,
I was told that this line: max_execution_time = 10 ; Maximum execution time of each script, in seconds in php.ini allows changing maximal time of execution for each script.
Sometimes my script goes into a never-ending loop because I am still new to php. Loops last longer that 10 seconds and take 100% of my CPU, then I have to kill that process in task manager
Where can I change the max_execution_time to less then 10 seconds - for certain?
thanks in advance
I was told that this line: max_execution_time = 10 ; Maximum execution time of each script, in seconds in php.ini allows changing maximal time of execution for each script.
Sometimes my script goes into a never-ending loop because I am still new to php. Loops last longer that 10 seconds and take 100% of my CPU, then I have to kill that process in task manager
thanks in advance