Whenever I execute command via shell_exec() in PHP it automatically starts new process. Does PHP automatically terminate that process when the command is executed?
Thanks!
Whenever I execute command via shell_exec() in PHP it automatically starts new process. Does PHP automatically terminate that process when the command is executed?
Thanks!