Im using xamp for local php server. Is it possible to end execution of some really long script without restarting xamp php service?
2 Answers
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.
from command lineactrl+cshould kill it.ctrl + cdoesnt seem to work for me, in fact nothing does it continues executing and i have to manually close and reopen the CLI