1
0
mirror of https://github.com/php/php-src.git synced 2026-04-25 00:48:25 +02:00

Test portability fix

This commit is contained in:
Christopher Jones
2011-09-16 19:56:32 +00:00
parent 63293044f9
commit b5edcb56cb
+3
View File
@@ -10,6 +10,9 @@ $ov = preg_match('/Compile-time ORACLE_HOME/', $phpinfo);
if ($ov !== 1) {
die ("skip Test only valid when OCI8 is built with an ORACLE_HOME");
}
if (preg_match('/Unknown/', oci_client_version()) == 1) {
die("skip expected output only valid with Oracle clients > 9gR2");
}
?>
--ENV--
ORACLE_HOME=""