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