1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 08:12:21 +01:00

Added test for bug #51338

This commit is contained in:
Ilia Alshanetsky
2010-03-23 11:51:38 +00:00
parent ec3a46e194
commit 8a9364080b

View File

@@ -0,0 +1,15 @@
--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
(
)