Re: [PHP-DEV] Re: Passing process handles to proc_open and co

2012-12-06 Thread Laruence
On Thu, Dec 6, 2012 at 7:02 PM, Laruence wrote: > On Thu, Dec 6, 2012 at 5:52 PM, Pierre Joye wrote: >> I mean bug #44942. Sorry. >> >> Also to clarify for non C devs. A handle could be an opened file, a >> pipe or similar resources. Also important to keep in mind that users >> have to pass their

Re: [PHP-DEV] Re: Passing process handles to proc_open and co

2012-12-06 Thread Laruence
On Thu, Dec 6, 2012 at 5:52 PM, Pierre Joye wrote: > I mean bug #44942. Sorry. > > Also to clarify for non C devs. A handle could be an opened file, a > pipe or similar resources. Also important to keep in mind that users > have to pass their own streams to proc_open if they like to pass or > rece

[PHP-DEV] Re: Passing process handles to proc_open and co

2012-12-06 Thread Pierre Joye
I mean bug #44942. Sorry. Also to clarify for non C devs. A handle could be an opened file, a pipe or similar resources. Also important to keep in mind that users have to pass their own streams to proc_open if they like to pass or receive data. On Thu, Dec 6, 2012 at 9:49 AM, Pierre Joye wrote: