Im using xamp for local php server. Is it possible to end execution of some really long script without restarting xamp php service?
Restarting Apache only might be quicker
To set maximum execution time of a specific PHP page, use set_time_limit in your PHP page.
To set maximum execution time of all PHP pages at once, use max_execution_time in php.ini file.