diff options
Diffstat (limited to 'ext/oci8/tests/error.phpt')
-rw-r--r-- | ext/oci8/tests/error.phpt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ext/oci8/tests/error.phpt b/ext/oci8/tests/error.phpt index 594a3d1319..743820f901 100644 --- a/ext/oci8/tests/error.phpt +++ b/ext/oci8/tests/error.phpt @@ -2,11 +2,6 @@ oci_error() --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 |