Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/php5/+bug/876387
Bug-Sourceforge:
https://sourceforge.net/tracker/?func=detail&aid=
3429674&group_id=15273&atid=115273
Patch by Peter Holik for using waitpid to stop zombies.
Changes in 22.15
================
* Really apply patch for SF#31110178 RH#651794
- * Conditionally use fork before stat calls
+ * Conditionally use fork before stat calls SF#3427522
* Patch from Corrina Vinschen for compiling on cygwin
+ * Use ENOENT not EBADE for FreeBSD Debian #631566
+ * Fix prstat typos
+ * Stop zombies by using waitpid Ubuntu #876387 by Peter Holik
Changes in 22.14
================
(void) alarm(0);
(void) signal(SIGALRM, SIG_DFL);
close(pipes[0]);
+ waitpid(pid, NULL, 0);
break;
}
return ret;