diff options
| author | foobar <sniper@php.net> | 2005-07-08 07:48:57 +0000 |
|---|---|---|
| committer | foobar <sniper@php.net> | 2005-07-08 07:48:57 +0000 |
| commit | 7f7c80babf293de02d3783ea56102c46608def23 (patch) | |
| tree | 44f334d25926c10876a5c1f0f2178b2c67a47081 /tests/basic | |
| parent | 3fea0b7b8c186150137fe7025ebca6e834027ac3 (diff) | |
| download | php-git-7f7c80babf293de02d3783ea56102c46608def23.tar.gz | |
fix test when session.save_handler is "user"
Diffstat (limited to 'tests/basic')
| -rw-r--r-- | tests/basic/bug20539.phpt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/basic/bug20539.phpt b/tests/basic/bug20539.phpt index 6352960991..372285bfae 100644 --- a/tests/basic/bug20539.phpt +++ b/tests/basic/bug20539.phpt @@ -2,6 +2,7 @@ Bug #20539 (PHP CLI Segmentation Fault) --INI-- session.auto_start=1 +session.save_handler=files --FILE-- <?php print "good :)\n"; |
