diff options
| author | Ilia Alshanetsky <iliaa@php.net> | 2004-04-15 13:37:58 +0000 |
|---|---|---|
| committer | Ilia Alshanetsky <iliaa@php.net> | 2004-04-15 13:37:58 +0000 |
| commit | 43d81b700a2350902837b73ea57de05704ba0218 (patch) | |
| tree | 648b075fdcdb0f1a0ae6ff90909c5bf3ae53cbd2 | |
| parent | a6ea6cc87c2ef4f5b6b39f8dd7313d2d339f299a (diff) | |
| download | php-git-43d81b700a2350902837b73ea57de05704ba0218.tar.gz | |
MFH: Fixed test failure if session.use_trans_sid is enabled.
| -rw-r--r-- | ext/session/tests/bug26862.phpt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/session/tests/bug26862.phpt b/ext/session/tests/bug26862.phpt index f30a21d5d0..01533929e6 100644 --- a/ext/session/tests/bug26862.phpt +++ b/ext/session/tests/bug26862.phpt @@ -5,6 +5,7 @@ Bug #26862 (ob_flush() before output_reset_rewrite_vars() results in data loss) --INI-- register_globals=0 html_errors=0 +session.use_trans_sid=0 --FILE-- <?php session_start(); |
