diff options
author | Yasuo Ohgaki <yohgaki@php.net> | 2013-06-25 19:47:04 +0900 |
---|---|---|
committer | Stanislav Malyshev <stas@php.net> | 2013-08-04 16:36:45 -0700 |
commit | 25e8fcc88fa20dc9d4c47184471003f436927cde (patch) | |
tree | ac295c6a34592e66a408a323fc1773c5f88d5099 /ext/session/tests/020.phpt | |
parent | c793a6569013f9ab46f2cd7331cc1a04aa42cbed (diff) | |
download | php-git-25e8fcc88fa20dc9d4c47184471003f436927cde.tar.gz |
Strict session
Diffstat (limited to 'ext/session/tests/020.phpt')
-rw-r--r-- | ext/session/tests/020.phpt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/session/tests/020.phpt b/ext/session/tests/020.phpt index 0141129820..267e52191c 100644 --- a/ext/session/tests/020.phpt +++ b/ext/session/tests/020.phpt @@ -5,6 +5,7 @@ rewriter uses arg_separator.output for modifying URLs --INI-- session.use_cookies=0 session.use_only_cookies=0 +session.use_strict_mode=0 session.cache_limiter= session.use_trans_sid=1 arg_separator.output="&" |