diff options
author | Pierre Joye <pajoye@php.net> | 2010-06-08 13:46:19 +0000 |
---|---|---|
committer | Pierre Joye <pajoye@php.net> | 2010-06-08 13:46:19 +0000 |
commit | f8b17007e08eb6903399bd282988593d7dc9fb6f (patch) | |
tree | 09911b1f94528937904219d7de39c0dab5794bda /ext/session | |
parent | 9badd4f0fb03a9ca22775cf80f115a7cb617453c (diff) | |
download | php-git-f8b17007e08eb6903399bd282988593d7dc9fb6f.tar.gz |
- [DOC] add session.entropy* support to windows
Diffstat (limited to 'ext/session')
-rw-r--r-- | ext/session/tests/020.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/session/tests/020.phpt b/ext/session/tests/020.phpt index 82997a8f04..53a546f180 100644 --- a/ext/session/tests/020.phpt +++ b/ext/session/tests/020.phpt @@ -6,7 +6,7 @@ rewriter uses arg_seperator.output for modifying URLs session.use_cookies=0 session.cache_limiter= session.use_trans_sid=1 -arg_separator.output="&" +arg_separator.output=& session.name=PHPSESSID session.serialize_handler=php session.save_handler=files |