summaryrefslogtreecommitdiff
path: root/ext/oci8/tests/connect_without_oracle_home_11.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/oci8/tests/connect_without_oracle_home_11.phpt')
-rw-r--r--ext/oci8/tests/connect_without_oracle_home_11.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/oci8/tests/connect_without_oracle_home_11.phpt b/ext/oci8/tests/connect_without_oracle_home_11.phpt
index 85ac993877..51e5ef38ac 100644
--- a/ext/oci8/tests/connect_without_oracle_home_11.phpt
+++ b/ext/oci8/tests/connect_without_oracle_home_11.phpt
@@ -8,7 +8,7 @@ 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");
+ die ("skip Test only valid when OCI8 is built with an ORACLE_HOME");
}
preg_match('/^([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)/', oci_client_version(), $matches);
if (!(isset($matches[0]) &&