Skip to content

Commit b04eb1d

Browse files
author
Ard Biesheuvel
committed
fclose() tempfile so unlink() doesn't choke on Win32
1 parent cd7e8bd commit b04eb1d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/interbase/tests/004.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ InterBase: BLOB test
3232

3333
$bl_s = ibase_blob_import($link,$ftmp);
3434
ibase_query($link, "INSERT INTO test4 (v_integer, v_blob) VALUES (1, ?)", $bl_s);
35+
fclose($ftmp);
3536

3637
echo "test blob 1\n";
3738
$q = ibase_query("SELECT v_blob FROM test4 WHERE v_integer = 1");

0 commit comments

Comments
 (0)