tiger-seo / PhpBuiltinServer

Codeception extension for starting and stopping php built-in server
38 stars 35 forks source link

Killing child processes #16

Closed wilwade closed 9 years ago

wilwade commented 9 years ago

On some systems PHP will spawn child processes, but these are not closed by proc_terminate due to a 8 year old bug in PHP (https://bugs.php.net/bug.php?id=39992)

wilwade commented 9 years ago

Hmm... Well I thought that was working, but not now. Pending more review.