PHP has system() and shell_execute(), but how about spawn() ?

Currently we can only create an asynchronous process only with
proc_open() or popen(), and then I have to track the pipe(s).

It would be great to "exec and let go" the process.

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to