I need to kill a process with php
, but I use exec
, system
or exec_shell
and it is not killing processes, I ran on the net and people are saying that apache is not allowed to execute these types of the commands, the strange thing is that I am logged in as root on the system and still it does not kill ..
Can anyone help me?