We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2414fe commit 23ebec1Copy full SHA for 23ebec1
3 files changed
ext/session/tests/bug80774.phpt
@@ -2,6 +2,8 @@
2
Bug #80774 (session_name() problem with backslash)
3
--EXTENSIONS--
4
session
5
+--INI--
6
+session.use_strict_mode=0
7
--FILE--
8
<?php
9
session_name("foo\\bar");
ext/session/tests/mod_files/gc_dirdepth_multi_subdir_count.phpt
@@ -7,6 +7,7 @@ session
--INI--
session.gc_probability=0
session.gc_maxlifetime=10
10
11
12
13
$base = __DIR__ . '/gc_multi_subdir_test';
ext/session/tests/session_start_partitioned_headers.phpt
session_start() with partitioned cookies - header test
session_id('12345');
0 commit comments