7 Sep 2008 19:33
Re: [PHP-CVS] cvs: php-src /ext/session/tests 020.phpt
Pierre Joye <pierre.php <at> gmail.com>
2008-09-07 17:33:07 GMT
2008-09-07 17:33:07 GMT
On Sun, Sep 7, 2008 at 7:01 PM, Hannes Magnusson <hannes.magnusson <at> gmail.com> wrote: > On Sun, Sep 7, 2008 at 16:40, Pierre Joye <pierre.php <at> gmail.com> wrote: >> On Sun, Sep 7, 2008 at 4:13 PM, Hannes Magnusson >> <hannes.magnusson <at> gmail.com> wrote: >> >>> ; The separator used in PHP generated URLs to separate arguments. >>> ; Default is "&". >>> ;arg_separator.output = "&" >>> >>> >>> Is this the same bug as \ in doublequotes bug/feature? >> >> Not sure which bug/feature you are refering to. But the problem here >> is to use double quotes in the ini settings section of a phpt as >> escape characters instead of using escapeshellargs in run-tests.php > > > Ahh! > > So: >>> Does arg_separator.output="&" 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: > > The "It does not [work]" is wrong. It *does* work in *php.ini*, just > not in run-tests.php?(Continue reading)
RSS Feed