projects
/
php
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee534ac
)
Test portability fix
author
Christopher Jones
<sixd@php.net>
Fri, 16 Sep 2011 19:56:32 +0000
(19:56 +0000)
committer
Christopher Jones
<sixd@php.net>
Fri, 16 Sep 2011 19:56:32 +0000
(19:56 +0000)
ext/oci8/tests/pecl_bug16035.phpt
patch
|
blob
|
history
diff --git
a/ext/oci8/tests/pecl_bug16035.phpt
b/ext/oci8/tests/pecl_bug16035.phpt
index 29ff6439d1c8a05b92f7bec4bb2a01ca6b476d95..ddd0038de1524f31700daa22eaffbff4ff35bf15 100644
(file)
--- a/
ext/oci8/tests/pecl_bug16035.phpt
+++ b/
ext/oci8/tests/pecl_bug16035.phpt
@@
-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=""