php-src/ext/session/tests/bug51338.phpt
2010-03-23 11:51:38 +00:00

16 lines
274 B
PHP

--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
(
)