Terminate PHP shell_exec process after certain amount of time
If I execute a command in PHP shell_exec and don’t want to wait for 10mins for it to finish, is there a way to terminate it?
If I execute a command in PHP shell_exec and don’t want to wait for 10mins for it to finish, is there a way to terminate it?