summaryrefslogtreecommitdiff
path: root/ext/oci8/tests/ini_1.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/oci8/tests/ini_1.phpt')
-rw-r--r--ext/oci8/tests/ini_1.phpt6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/oci8/tests/ini_1.phpt b/ext/oci8/tests/ini_1.phpt
index 2fba79813e..0c3597b619 100644
--- a/ext/oci8/tests/ini_1.phpt
+++ b/ext/oci8/tests/ini_1.phpt
@@ -1,10 +1,10 @@
--TEST--
Test OCI8 php.ini settings
--SKIPIF--
-<?php
-if (!extension_loaded('oci8')) die ("skip no oci8 extension");
+<?php
+if (!extension_loaded('oci8')) die ("skip no oci8 extension");
preg_match('/^[[:digit:]]+/', oci_client_version(), $matches);
-if (!(isset($matches[0]) && $matches[0] >= 11)) {
+if (!(isset($matches[0]) && $matches[0] >= 11)) {
die("skip works only with Oracle 11g or greater version of Oracle client libraries");
}
?>