We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7b7f53f + 1c203bb commit 3847154Copy full SHA for 3847154
tests/session/bug1274-002.phpt
@@ -4,7 +4,7 @@ PHPC-1274: Session destruct should not end session from parent process
4
<?php if (!function_exists('pcntl_fork')) { die('skip pcntl_fork() not available'); } ?>
5
<?php require __DIR__ . "/../utils/basic-skipif.inc"; ?>
6
<?php skip_if_not_libmongoc_crypto(); ?>
7
-<?php skip_if_not_replica_set_or_mongos_with_replica_set(); ?>
+<?php skip_if_not_replica_set(); ?>
8
<?php skip_if_server_version('<', '3.6'); ?>
9
<?php skip_if_not_clean(); ?>
10
--FILE--
0 commit comments