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