[PHP-DEV] Re: [PHP-CVS] Re: [PHP-DEV] Re: [PHP-CVS] cvs: php-src /ext/session/tests 020.phpt

2008-09-08 Thread Pierre Joye
hi Stas, On Mon, Sep 8, 2008 at 7:25 PM, Stanislav Malyshev <[EMAIL PROTECTED]> wrote: > Hi! > >> Just use single quotes then.. where the hell isn't " portable? Windows? >> What in this isn't portable??? > > AFAIK single quotes don't work with tests in --INI-- now. What happens is > that runtest a

[PHP-DEV] Re: [PHP-CVS] Re: [PHP-DEV] Re: [PHP-CVS] cvs: php-src /ext/session/tests 020.phpt

2008-09-08 Thread Stanislav Malyshev
Hi! Just use single quotes then.. where the hell isn't " portable? Windows? What in this isn't portable??? AFAIK single quotes don't work with tests in --INI-- now. What happens is that runtest adds some quoting (didn't have time to check it yet) that makes the resulting value have single qu

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php-src /ext/session/tests 020.phpt

2008-09-07 Thread Kalle Sommer Nielsen
Hi Jani 2008/9/7 Jani Taskinen <[EMAIL PROTECTED]> > Pierre Joye kirjoitti: > >> hi Bjori, >> >> On Sun, Sep 7, 2008 at 3:44 PM, Hannes Magnusson >> <[EMAIL PROTECTED]> wrote: >> >> I don't understand... >>> Does arg_separator.output="&" in php.ini not work on windows - or >>> is this a bug in ru

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php-src /ext/session/tests 020.phpt

2008-09-07 Thread Jani Taskinen
Pierre Joye kirjoitti: hi Bjori, On Sun, Sep 7, 2008 at 3:44 PM, Hannes Magnusson <[EMAIL PROTECTED]> wrote: I don't understand... 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 lin

[PHP-DEV] Re: [PHP-CVS] cvs: php-src /ext/session/tests 020.phpt

2008-09-07 Thread Jani Taskinen
Hannes Magnusson kirjoitti: 2008/9/7 Kalle Sommer Nielsen <[EMAIL PROTECTED]>: kalle Sun Sep 7 00:42:29 2008 UTC Modified files: /php-src/ext/session/tests 020.phpt Log: Fix test on Windows http://cvs.php.net/viewvc.cgi/php-src/ext/session/tests/020.phpt?r1=1.5&r2=1.6&diff_fo

[PHP-DEV] Re: [PHP-CVS] cvs: php-src /ext/session/tests 020.phpt

2008-09-07 Thread Hannes Magnusson
(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="&" in php.ini not wor

[PHP-DEV] Re: [PHP-CVS] cvs: php-src /ext/session/tests 020.phpt

2008-09-07 Thread Pierre Joye
hi Bjori, On Sun, Sep 7, 2008 at 3:44 PM, Hannes Magnusson <[EMAIL PROTECTED]> wrote: > I don't understand... > 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

[PHP-DEV] Re: [PHP-CVS] cvs: php-src /ext/session/tests 020.phpt

2008-09-07 Thread Hannes Magnusson
On Sun, Sep 7, 2008 at 15:30, Pierre Joye <[EMAIL PROTECTED]> wrote: > hi Kalle, > > On Sun, Sep 7, 2008 at 3:13 PM, Hannes Magnusson > <[EMAIL PROTECTED]> wrote: >> 2008/9/7 Kalle Sommer Nielsen <[EMAIL PROTECTED]>: >>> kalle Sun Sep 7 00:42:29 2008 UTC >>> >>> Modified files: >>>/

[PHP-DEV] Re: [PHP-CVS] cvs: php-src /ext/session/tests 020.phpt

2008-09-07 Thread Pierre Joye
hi Kalle, On Sun, Sep 7, 2008 at 3:13 PM, Hannes Magnusson <[EMAIL PROTECTED]> wrote: > 2008/9/7 Kalle Sommer Nielsen <[EMAIL PROTECTED]>: >> kalle Sun Sep 7 00:42:29 2008 UTC >> >> Modified files: >>/php-src/ext/session/tests 020.phpt >> Log: >> Fix test on Windows >> >> http:/

[PHP-DEV] Re: [PHP-CVS] cvs: php-src /ext/session/tests 020.phpt

2008-09-07 Thread Hannes Magnusson
2008/9/7 Kalle Sommer Nielsen <[EMAIL PROTECTED]>: > kalle Sun Sep 7 00:42:29 2008 UTC > > Modified files: >/php-src/ext/session/tests 020.phpt > Log: > Fix test on Windows > > http://cvs.php.net/viewvc.cgi/php-src/ext/session/tests/020.phpt?r1=1.5&r2=1.6&diff_format=u > Index: p