tiger-seo / PhpBuiltinServer

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

Use exec when running on platforms with POSIX (non-Windows) process handling #20

Closed polof closed 9 years ago

polof commented 9 years ago

Avoids the issue where the PHP server process is not terminated because we control the shell process instead of the interpreter process. Fixes #17, #4.

tiger-seo commented 9 years ago

ok, thanks :)