Skip to content

Commit

Permalink
Set session.gc_probability=0 in bug78624.phpt
Browse files Browse the repository at this point in the history
We only want to test manually triggered session GC.
Avoid spurious output due to automatic GC.
  • Loading branch information
nikic committed Oct 7, 2019
1 parent 114c03b commit 7d19668
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ext/session/tests/bug78624.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ Test session_set_save_handler() : session_gc() returns the number of deleted rec
--INI--
session.name=PHPSESSID
session.save_handler=files
session.gc_probability=0
--SKIPIF--
<?php include('skipif.inc'); ?>
--FILE--
Expand Down

0 comments on commit 7d19668

Please sign in to comment.