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.
1 parent 741ada8 commit 02018f1Copy full SHA for 02018f1
tests/manager/bug1163-001.phpt
@@ -4,6 +4,7 @@ PHPC-1163: Unacknowledged write concern should omit implicit session
4
<?php if (PHP_INT_SIZE !== 8) { die("skip Can't represent 64-bit ints on a 32-bit platform"); } ?>
5
<?php require __DIR__ . "/../utils/basic-skipif.inc"; ?>
6
<?php skip_if_not_live(); ?>
7
+<?php skip_if_server_version('<', '3.4'); ?>
8
<?php skip_if_not_clean(); ?>
9
--FILE--
10
<?php
0 commit comments