diff options
Diffstat (limited to 'ext/session/tests/006.phpt')
-rw-r--r-- | ext/session/tests/006.phpt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/session/tests/006.phpt b/ext/session/tests/006.phpt index 03fca10381..dba6894c7e 100644 --- a/ext/session/tests/006.phpt +++ b/ext/session/tests/006.phpt @@ -4,6 +4,7 @@ correct instantiation of references between variables in sessions <?php include('skipif.inc'); ?> --INI-- session.use_cookies=0 +session.use_strict_mode=0 session.cache_limiter= session.serialize_handler=php session.save_handler=files |