summaryrefslogtreecommitdiff
path: root/ext/oci8/tests/connect_without_oracle_home.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/oci8/tests/connect_without_oracle_home.phpt')
-rw-r--r--ext/oci8/tests/connect_without_oracle_home.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/oci8/tests/connect_without_oracle_home.phpt b/ext/oci8/tests/connect_without_oracle_home.phpt
index 831fc23d61..4ccc2989c8 100644
--- a/ext/oci8/tests/connect_without_oracle_home.phpt
+++ b/ext/oci8/tests/connect_without_oracle_home.phpt
@@ -1,8 +1,8 @@
--TEST--
oci_connect() without ORACLE_HOME set (OCIServerAttach() segfaults)
--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();