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:
15
ext/session/tests/bug51338.phpt
Normal file
15
ext/session/tests/bug51338.phpt
Normal 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
|
||||
(
|
||||
)
|
||||
Reference in New Issue
Block a user