Re: [PHP-DEV] Getting Windows exec to work better.

2007-08-10 Thread Richard Quadling
On 09/08/07, Tim Starling <[EMAIL PROTECTED]> wrote: > Richard Quadling wrote: > > >On 09/08/07, Nuno Lopes <[EMAIL PROTECTED]> wrote: > > > > > >>Things are not that simple. > >>I would advise you to read a more than one year thread about the very same > >>subject: http://marc.info/?l=php-dev&m=11

Re: [PHP-DEV] Getting Windows exec to work better.

2007-08-09 Thread Tim Starling
Richard Quadling wrote: On 09/08/07, Nuno Lopes <[EMAIL PROTECTED]> wrote: Things are not that simple. I would advise you to read a more than one year thread about the very same subject: http://marc.info/?l=php-dev&m=113919491216978 Ok. Thanks for the link. I have read similar notes

Re: [PHP-DEV] Getting Windows exec to work better.

2007-08-09 Thread Richard Quadling
> From: "Richard Quadling" <[EMAIL PROTECTED]> > To: "PHP Developers Mailing List" > Sent: Thursday, August 09, 2007 8:43 AM > Subject: [PHP-DEV] Getting Windows exec to work better. > > > > Hi. > > > > http://bugs.php.net/bug.php?id=25361 &

Re: [PHP-DEV] Getting Windows exec to work better.

2007-08-09 Thread Nuno Lopes
ing List" Sent: Thursday, August 09, 2007 8:43 AM Subject: [PHP-DEV] Getting Windows exec to work better. Hi. http://bugs.php.net/bug.php?id=25361 I supplied a patch to fix this bug. The issue is NOT a PHP bug, but a "that's how it is on windows" issue. On *nix, if you want

[PHP-DEV] Getting Windows exec to work better.

2007-08-09 Thread Richard Quadling
Hi. http://bugs.php.net/bug.php?id=25361 I supplied a patch to fix this bug. The issue is NOT a PHP bug, but a "that's how it is on windows" issue. On *nix, if you want to exec a program via PHP whose program name or parameters contain spaces, do you need to use a pair of double quotes around t