diff options
Diffstat (limited to 'ext/oci8/tests/oci_execute_segfault.phpt')
-rw-r--r-- | ext/oci8/tests/oci_execute_segfault.phpt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ext/oci8/tests/oci_execute_segfault.phpt b/ext/oci8/tests/oci_execute_segfault.phpt index b7f0b62c85..3859f4ffe0 100644 --- a/ext/oci8/tests/oci_execute_segfault.phpt +++ b/ext/oci8/tests/oci_execute_segfault.phpt @@ -2,11 +2,6 @@ oci_execute() segfault after repeated bind --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 |