Re: [PHP-DEV] Strange problem with the functions exec() / system()...

2006-04-18 Thread Michael Vergoz
Yes thank you i have identify the problem. - Original Message - From: "Wez Furlong" <[EMAIL PROTECTED]> To: "Michael Vergoz" <[EMAIL PROTECTED]> Cc: "PHPdev" Sent: Monday, April 17, 2006 2:06 PM Subject: Re: [PHP-DEV] Strange problem with

Re: [PHP-DEV] Strange problem with the functions exec() / system()...

2006-04-17 Thread Wez Furlong
My hunch is that your sockets are being inherited by the child process(es). You should look at setting the close-on-exec flag on your sockets. --Wez. On 4/12/06, Michael Vergoz <[EMAIL PROTECTED]> wrote: > Salut > > I have a strange problem with the functions exec() / system()... > I have a threa