We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6783401 commit c6d6f60Copy full SHA for c6d6f60
tests/interbase.inc
@@ -5,6 +5,7 @@ require('functions.inc');
5
6
/* we need just the generated name, not the file itself */
7
unlink($test_base = tempnam(sys_get_temp_dir(),"php_ibase_test"));
8
+if(!empty($host))$test_base = "$host:$test_base";
9
10
function init_db()
11
{
@@ -31,5 +32,3 @@ function cleanup_db()
31
32
33
register_shutdown_function('cleanup_db');
34
init_db();
-
35
-?>
0 commit comments