Fixed bug #32210 (proc_get_status() sets "running" always to true).

This commit is contained in:
Ilia Alshanetsky 2005-03-07 16:17:12 +00:00
parent 12e60c9c1e
commit 0c9610fc9d

View File

@ -413,6 +413,8 @@ PHP_FUNCTION(proc_get_status)
stopped = 1;
stopsig = WSTOPSIG(wstatus);
}
} else {
running = 0;
}
#endif