diff options
Diffstat (limited to 'ext/oci8/tests/persistent.phpt')
| -rw-r--r-- | ext/oci8/tests/persistent.phpt | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/ext/oci8/tests/persistent.phpt b/ext/oci8/tests/persistent.phpt index 088689c722..89820ac423 100644 --- a/ext/oci8/tests/persistent.phpt +++ b/ext/oci8/tests/persistent.phpt @@ -1,13 +1,7 @@ --TEST-- reusing persistent connections ---SKIPIF-- +---SKIPIF-- <?php if (!extension_loaded('oci8')) die("skip no oci8 extension"); ?> ---ENV-- -return " -ORACLE_HOME=".(isset($_ENV['ORACLE_HOME']) ? $_ENV['ORACLE_HOME'] : '')." -NLS_LANG=".(isset($_ENV['NLS_LANG']) ? $_ENV['NLS_LANG'] : '')." -TNS_ADMIN=".(isset($_ENV['TNS_ADMIN']) ? $_ENV['TNS_ADMIN'] : '')." -"; --FILE-- <?php |
