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,
The only way that I found that truly worked for me was:
shell_exec('./myscript.php | at now & disown')