]> granicus.if.org Git - php/commitdiff
Set session.gc_probability=0 in bug78624.phpt
authorNikita Popov <nikita.ppv@gmail.com>
Mon, 7 Oct 2019 14:43:19 +0000 (16:43 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Mon, 7 Oct 2019 14:43:19 +0000 (16:43 +0200)
We only want to test manually triggered session GC.
Avoid spurious output due to automatic GC.

ext/session/tests/bug78624.phpt

index 9055b5af7b899704bfe54644066d12775d7cc6b6..e9274809d07fb30f79891464823399587d8bc018 100644 (file)
@@ -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--