summaryrefslogtreecommitdiff
path: root/ext/oci8/tests/bug41069.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/oci8/tests/bug41069.phpt')
-rw-r--r--ext/oci8/tests/bug41069.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/oci8/tests/bug41069.phpt b/ext/oci8/tests/bug41069.phpt
index 5daa46d6f1..29f579448e 100644
--- a/ext/oci8/tests/bug41069.phpt
+++ b/ext/oci8/tests/bug41069.phpt
@@ -1,7 +1,7 @@
--TEST--
Bug #41069 (Oracle crash with certain data over a DB-link when prefetch memory limit used - Oracle bug 6039623)
--SKIPIF--
-<?php
+<?php
$target_dbs = array('oracledb' => true, 'timesten' => false); // test runs on these DBs
require(dirname(__FILE__).'/skipif.inc');
if (empty($dbase)) die ("skip requires network connection alias for DB link loopback");
@@ -51,7 +51,7 @@ $stmtarray = array(
"insert into bug41069_tab (c1, c2, c3, c4, c5, c6, c7, c9, c10, c12, c15) values
(113, 'aaaaaaa', 'bbbbbbbbbb', 'cccccc', 'e', 'f', 'dddd', '12/04/2006', '12/04/2006', 2224, 'zzzzzzz')"
);
-
+
oci8_test_sql_execute($c, $stmtarray);