(sorry for the double post Pierre, hit the wrong button)

On Sun, Sep 7, 2008 at 16:11, Pierre Joye <[EMAIL PROTECTED]> wrote:
> hi Bjori,
>
> On Sun, Sep 7, 2008 at 3:44 PM, Hannes Magnusson
> <[EMAIL PROTECTED]> wrote:
>
>> I don't understand...
>> Does arg_separator.output="&amp;" in php.ini not work on windows - or
>> is this a bug in run-tests.php?
>
> It does not. run-tests should take care of escaping the cmd line
> arguments arguments using escapeshellargs. We can then use:
>
> inisetting=&amp;
>
> instead of
>
> inisetting="&amp;"
>
> Especially as " is not always portable.

; The separator used in PHP generated URLs to separate arguments.
; Default is "&".
;arg_separator.output = "&amp;"


Is this the same bug as \ in doublequotes bug/feature?

-Hannes

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to