summaryrefslogtreecommitdiff
path: root/ext/oci8/tests/oci_execute_segfault.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/oci8/tests/oci_execute_segfault.phpt')
-rw-r--r--ext/oci8/tests/oci_execute_segfault.phpt5
1 files changed, 4 insertions, 1 deletions
diff --git a/ext/oci8/tests/oci_execute_segfault.phpt b/ext/oci8/tests/oci_execute_segfault.phpt
index 9ba7d770fd..59eb8013e9 100644
--- a/ext/oci8/tests/oci_execute_segfault.phpt
+++ b/ext/oci8/tests/oci_execute_segfault.phpt
@@ -1,7 +1,10 @@
--TEST--
oci_execute() segfault after repeated bind of LOB descriptor
--SKIPIF--
-<?php if (!extension_loaded('oci8')) die("skip no oci8 extension"); ?>
+<?php
+$target_dbs = array('oracledb' => true, 'timesten' => false); // test runs on these DBs
+require(dirname(__FILE__).'/skipif.inc');
+?>
--FILE--
<?php