diff options
Diffstat (limited to 'ext/oci8/tests/field_funcs.phpt')
-rw-r--r-- | ext/oci8/tests/field_funcs.phpt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ext/oci8/tests/field_funcs.phpt b/ext/oci8/tests/field_funcs.phpt index bba6632e86..2f1dbd7109 100644 --- a/ext/oci8/tests/field_funcs.phpt +++ b/ext/oci8/tests/field_funcs.phpt @@ -2,11 +2,6 @@ oci_field_*() family --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'] : '')." -"; --FILE-- <?php |