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 the name/parameter? If so, are there any issues if you have
many sets of double quotes? If not, then this is a difference between
*nix and windows for the operation of PHP.

With the patch it should deal with this, allowing PHP userland code to
operate in the same way on both platforms.

If someone could take a look, I'd be grateful.

Richard.

-- 
-----
Richard Quadling
Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498&r=213474731
"Standing on the shoulders of some very clever giants!"

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

Reply via email to