Skip Report for ext/oci8/tests/error3.phpt
Script
<?php $target_dbs = array('oracledb' => true, 'timesten' => false); // test runs on these DBs require(dirname(__FILE__).'/skipif.inc'); // Assume runtime client version is >= compile time client version $cv = explode('.', oci_client_version()); if ($cv[0] < 11 || ($cv[0] == 11 && $cv[1] < 2) || ($cv[0] == 11 && $cv[1] == 2 && $cv[3] < 3)) { die("skip test works only with Oracle 11.2.0.3 or greater version of Oracle client libraries"); } ?>
Reason
test works only with Oracle 11.2.0.3 or greater version of Oracle client libraries
Generated at Fri, 17 May 2013 23:23:52 +0000 (3 days ago)
|