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: 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="&amp;"
> +arg_separator.output=&amp;


Saayyy whaaat?
This was the php.ini-recommended value, how could that possibly break
anything on windows?

-Hannes

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

Reply via email to