Hi Tony,

What kind of things are you planning to do?
proc_open seems ideal to extend for this purpose, and works on win32.

--Wez.

On 09/11/02, "Tony Leake" <[EMAIL PROTECTED]> wrote:
> The whole picture is that i want to control a child process completely 
> from within php. A bit like popen or proc_open but with 2 independent
> pipes to the child's stdin and stdout that I can read and write to. So
> I'm basically wrapping the c functions pipe(), dup2() and friends. Once
> I have it all working I will offer to add the functions into the pcntl
> extension if they're wanted. 




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

Reply via email to