summaryrefslogtreecommitdiff
path: root/ext/oci8/tests/pecl_bug16035.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/oci8/tests/pecl_bug16035.phpt')
-rw-r--r--ext/oci8/tests/pecl_bug16035.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/oci8/tests/pecl_bug16035.phpt b/ext/oci8/tests/pecl_bug16035.phpt
index 29ff6439d1..d557e0a5c0 100644
--- a/ext/oci8/tests/pecl_bug16035.phpt
+++ b/ext/oci8/tests/pecl_bug16035.phpt
@@ -1,8 +1,8 @@
--TEST--
PECL Bug #16035 (Crash with Oracle 10.2 connecting with a character set but ORACLE_HOME is not set)
--SKIPIF--
-<?php
-if (!extension_loaded('oci8')) die ("skip no oci8 extension");
+<?php
+if (!extension_loaded('oci8')) die ("skip no oci8 extension");
ob_start();
phpinfo(INFO_MODULES);
$phpinfo = ob_get_clean();