die("skip test expected to work only with Oracle 11g or greater version of client");
}
?>
+--ENV--
+NLS_LANG=
--FILE--
<?php
die("skip test expected to work only with Oracle 11g or greater version of client");
}
?>
+--ENV--
+NLS_LANG=
--FILE--
<?php
die("skip test expected to work only with Oracle 11g or greater version of client");
}
?>
+--ENV--
+NLS_LANG=
--FILE--
<?php
die("skip test expected to work only with Oracle 11g or greater version of client");
}
?>
+--ENV--
+NLS_LANG=
--FILE--
<?php
die("skip test expected to work only with Oracle 11g or greater version of client");
}
?>
+--ENV--
+NLS_LANG=
--FILE--
<?php
string(3) "197"
string(3) "198"
string(3) "199"
-Done
\ No newline at end of file
+Done
die("skip test expected to work only with Oracle 11g or greater version of client");
}
?>
+--ENV--
+NLS_LANG=
--FILE--
<?php
string(3) "197"
string(3) "198"
string(3) "199"
-Done
\ No newline at end of file
+Done
die("skip test expected to work only with Oracle 11g or greater version of client");
}
?>
+--ENV--
+NLS_LANG=
--FILE--
<?php
// Assume building PHP with an ORACLE_HOME means the tested DB is on the same machine as PHP
die("skip this test won't work with remote Oracle");
}
+if (substr(PHP_OS, 0, 3) == 'WIN') die("skip Test script not ported to Windows");
?>
--FILE--
<?php
require(dirname(__FILE__).'/connect.inc');
-$realdirname = dirname(__FILE__);
+$realdirname = "/tmp"; // Use /tmp because a local dir can give ORA-22288 depending on perms
$realfilename1 = "oci8bfiletest1.txt";
$fullname1 = $realdirname."/".$realfilename1;
$realfilename2 = "oci8bfiletest2.txt";
<?php
$target_dbs = array('oracledb' => true, 'timesten' => false); // test runs on these DBs
require(dirname(__FILE__).'/skipif.inc');
+if ($stress_test !== true) die ('skip Test not run when $stress_test is FALSE');
?>
--INI--
memory_limit=10M
$target_dbs = array('oracledb' => true, 'timesten' => false); // test runs on these DBs
require(dirname(__FILE__).'/skipif.inc');
if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platforms only");
+if ($stress_test !== true) die ('skip Test not run when $stress_test is FALSE');
?>
--INI--
memory_limit=3M
$target_dbs = array('oracledb' => true, 'timesten' => false); // test runs on thes
require(dirname(__FILE__).'/skipif.inc');
if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platforms only");
+if ($stress_test !== true) die ('skip Test not run when $stress_test is FALSE');
?>
--INI--
memory_limit=6M