I\'ve got a PHP script that needs to invoke a shell script but doesn\'t care at all about the output. The shell script makes a number of SOAP calls and is slow to complete,
php-execute-a-background-process has some good suggestions. I think mine is pretty good, but I'm biased :)