summaryrefslogtreecommitdiff
path: root/tests/session/PHPSESSID_max_id_length_toolong.phpt
diff options
context:
space:
mode:
authorStefan Esser2014-02-18 11:27:18 +0100
committerStefan Esser2014-02-18 11:27:18 +0100
commit4feb1476377e8bd355c26a0a1043b89d33015027 (patch)
treef29cb6c9867604a0f490ad362467745c18cf43f7 /tests/session/PHPSESSID_max_id_length_toolong.phpt
parentf18caf315ce8babb842ad09f416918c39567ae27 (diff)
Fix test cases for PHP installations that have a different session.hash_bits_per_character default
Diffstat (limited to 'tests/session/PHPSESSID_max_id_length_toolong.phpt')
-rw-r--r--tests/session/PHPSESSID_max_id_length_toolong.phpt1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/session/PHPSESSID_max_id_length_toolong.phpt b/tests/session/PHPSESSID_max_id_length_toolong.phpt
index e6667b1..6bd71fb 100644
--- a/tests/session/PHPSESSID_max_id_length_toolong.phpt
+++ b/tests/session/PHPSESSID_max_id_length_toolong.phpt
@@ -4,6 +4,7 @@ PHPSESSID session id too long
4<?php include "../skipifcli.inc"; ?> 4<?php include "../skipifcli.inc"; ?>
5--INI-- 5--INI--
6suhosin.session.max_id_length=32 6suhosin.session.max_id_length=32
7session.hash_bits_per_character=4
7--COOKIE-- 8--COOKIE--
8PHPSESSID=123456789012345678901234567890123; 9PHPSESSID=123456789012345678901234567890123;
9--FILE-- 10--FILE--