diff options
| author | Sterling Hughes <sterling@php.net> | 2003-07-02 04:34:18 +0000 |
|---|---|---|
| committer | Sterling Hughes <sterling@php.net> | 2003-07-02 04:34:18 +0000 |
| commit | 7da8fbd7ef5639e3d9bc7521f58ff2e2bca6d740 (patch) | |
| tree | 3f5db766cb7f4c24cac2c196991f8d1ebde4a8b5 | |
| parent | c491b0a672326eb155703b35c270e660e52af83a (diff) | |
| download | php-git-7da8fbd7ef5639e3d9bc7521f58ff2e2bca6d740.tar.gz | |
fix this test when using a save_handler other than files...
| -rw-r--r-- | ext/session/tests/016.phpt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/session/tests/016.phpt b/ext/session/tests/016.phpt index fde3a915a7..21cd0ec929 100644 --- a/ext/session/tests/016.phpt +++ b/ext/session/tests/016.phpt @@ -6,6 +6,7 @@ invalid session.save_path should not cause a segfault session.save_path="123;:/really\\completely:::/invalid;;,23123;213" session.use_cookies=0 session.cache_limiter= +session.save_handler=files session.serialize_handler=php --FILE-- <?php |
