php how could i kill a process by PID when safe_mode is on -


i need kill process pid, safe_mode on , can't use posix_kill or exec or shell_exec , that! should ?

if php configuration prevents calling functions kill process (e.g. posix_kill , safe_mode enabled) there not can about.

probably php version outdated , it's possible inject machine code kill process php. not trivial nor viable solution.


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -