summaryrefslogtreecommitdiff
path: root/ext/session/tests/bug51338.phpt
blob: 5dae50baf7acb89210bfcf036c8fb2838186cda3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--TEST--
Bug #51338 (URL-Rewriter should not get enabled if use_only_cookies is set to 1)
--SKIPIF--
<?php include('skipif.inc'); ?>
--INI--
session.use_only_cookies=1
session.use_trans_sid=1
--FILE--
<?php
session_start();
print_r(ob_list_handlers());
?>
--EXPECT--
Array
(
)