Skip Report for ext/oci8/tests/bug43497_92.phpt
Script
<?php $target_dbs = array('oracledb' => true, 'timesten' => false); // test runs on these DBs require(dirname(__FILE__).'/skipif.inc'); if (getenv('SKIP_SLOW_TESTS')) die('skip slow tests excluded by request'); ob_start(); phpinfo(INFO_MODULES); $phpinfo = ob_get_clean(); $iv = preg_match('/Oracle .*Version => (9\.2)/', $phpinfo); if ($iv != 1) { die ("skip tests a feature that works only with Oracle 9iR2 client"); } ?>
Reason
tests a feature that works only with Oracle 9iR2 client
Generated at Tue, 18 Jun 2013 13:30:52 +0000 (30 hours ago)
|