tiger-seo / PhpBuiltinServer

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

Server isn't stopped after codecept exit #17

Closed etki closed 9 years ago

etki commented 9 years ago

Hi, i just wanted to report that PHP server brought up by this extension is never switched off on my system (Lubuntu 14.04 x64, php 5.5.9), even though i clearly see stopServer method being registered as shutdown function. I can see it in ps aux output and i can access it directly as well. It also doesn't affect any latter codeception runs, it just doesn't turn off (but nothing else breaks).

tiger-seo commented 9 years ago

hello please, check https://github.com/tiger-seo/PhpBuiltinServer/pull/4

etki commented 9 years ago

@tiger-seo Sorry for monstrous delay. I had some problems after updating, but i believe they are not related to this extension. Pull request seem to shut down process correctly.