summaryrefslogtreecommitdiff
path: root/ext/pdo_dblib/tests/bug_73396.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/pdo_dblib/tests/bug_73396.phpt')
-rw-r--r--ext/pdo_dblib/tests/bug_73396.phpt1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/pdo_dblib/tests/bug_73396.phpt b/ext/pdo_dblib/tests/bug_73396.phpt
index 86ad59f43f..4ef77d8c9f 100644
--- a/ext/pdo_dblib/tests/bug_73396.phpt
+++ b/ext/pdo_dblib/tests/bug_73396.phpt
@@ -4,6 +4,7 @@ PDO_DBLIB: bigint columns are returned as strings
<?php
if (!extension_loaded('pdo_dblib')) die('skip not loaded');
require __DIR__ . '/config.inc';
+if (in_array($db->getAttribute(PDO::DBLIB_ATTR_TDS_VERSION), ['4.2', '4.6', '5.0', '6.0', '7.0'])) die('skip bigint type is unsupported by active TDS version');
?>
--FILE--
<?php