Skip to content

Commit 7d19668

Browse files
committed
Set session.gc_probability=0 in bug78624.phpt
We only want to test manually triggered session GC. Avoid spurious output due to automatic GC.
1 parent 114c03b commit 7d19668

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/session/tests/bug78624.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ Test session_set_save_handler() : session_gc() returns the number of deleted rec
33
--INI--
44
session.name=PHPSESSID
55
session.save_handler=files
6+
session.gc_probability=0
67
--SKIPIF--
78
<?php include('skipif.inc'); ?>
89
--FILE--

0 commit comments

Comments
 (0)