Skip Report for ext/oci8/tests/connect_without_oracle_home.phpt
Script
<?php if (!extension_loaded('oci8')) die("skip no oci8 extension"); ob_start(); phpinfo(INFO_MODULES); $phpinfo = ob_get_clean(); $ov = preg_match('/Compile-time ORACLE_HOME/', $phpinfo); if ($ov !== 1) { die ("skip Test only valid when OCI8 is built with an ORACLE_HOME"); } $iv = preg_match('/Oracle .*Version => (10\.2)/', $phpinfo); if ($iv != 1) { die ("skip tests a feature that works only with Oracle 10gR2"); } ?>
Reason
tests a feature that works only with Oracle 10gR2
Generated at Fri, 17 May 2013 23:23:52 +0000 (4 days ago)
|