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:
@@ -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=""
|
||||
|
||||
Reference in New Issue
Block a user