[PHP-DEV] Re: [PHP-CVS] cvs: php-src /ext/session/tests 020.phpt
by Hannes Magnusson other posts by this author
Sep 7 2008 6:44AM messages near this date
[PHP-DEV] Re: [PHP-CVS] cvs: php-src /ext/session/tests 020.phpt
|
[PHP-DEV] Re: [PHP-CVS] cvs: php-src /ext/session/tests 020.phpt
On Sun, Sep 7, 2008 at 15:30, Pierre Joye <pierre.php@[...].com> wrote:
> hi Kalle,
>
> On Sun, Sep 7, 2008 at 3:13 PM, Hannes Magnusson
> <hannes.magnusson@[...].com> wrote:
> > 2008/9/7 Kalle Sommer Nielsen <kalle@[...].net>:
> >> 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_form
at=u
> >> Index: php-src/ext/session/tests/020.phpt
> >> diff -u php-src/ext/session/tests/020.phpt:1.5 php-src/ext/session/tests/020.phpt:1.6
> >> --- php-src/ext/session/tests/020.phpt:1.5 Mon Feb 13 10:23:57 2006
> >> +++ php-src/ext/session/tests/020.phpt Sun Sep 7 00:42:29 2008
> >> @@ -6,7 +6,7 @@
> >> session.use_cookies=0
> >> session.cache_limiter=
> >> session.use_trans_sid=1
> >> -arg_separator.output="&"
> >> +arg_separator.output=&
>
> That's the wrong fix and it certainly breaks on non windows now. The
> correct fix has been posted to internals and QA some weeks ago. If we
> drop the quotes in the ini section, we can then use escapeshellargs in
> run-tests.php, that's cleaner, safer and more portable.
I don't understand...
Does arg_separator.output="&" in php.ini not work on windows - or
is this a bug in run-tests.php?
-Hannes
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
Thread:
Hannes Magnusson
Jani Taskinen
Pierre Joye
Hannes Magnusson
Pierre Joye
Jani Taskinen
Stanislav Malyshev
Pierre Joye
Kalle Sommer Nielsen
Hannes Magnusson
|