Forgot a 'global'

This commit is contained in:
alessandro.segala 2009-06-20 13:41:15 +00:00
parent 1b2e068757
commit 3374be6f5a

View File

@ -223,6 +223,8 @@ class Process
public function kill()
{
global $debug;
$status = proc_get_status($this->pointer);
if($status['running'])