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
Post a Comment