summaryrefslogtreecommitdiff
path: root/ext/pdo_firebird/tests
diff options
context:
space:
mode:
authorPopa Adrian Marius <mariuz@php.net>2011-09-12 13:43:42 +0000
committerPopa Adrian Marius <mariuz@php.net>2011-09-12 13:43:42 +0000
commitf86bd3407b9150e75279661bef1566edd0fa8080 (patch)
tree27a2f58f08932c6dac0fb3f970895969902dca34 /ext/pdo_firebird/tests
parent27c73aa5427bb6ddb1063b34471e067e887c3115 (diff)
downloadphp-git-f86bd3407b9150e75279661bef1566edd0fa8080.tar.gz
fix gcov Warning: ibase_drop_db(): lock time-out on wait transaction object
Diffstat (limited to 'ext/pdo_firebird/tests')
-rw-r--r--ext/pdo_firebird/tests/rowCount.phpt1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/pdo_firebird/tests/rowCount.phpt b/ext/pdo_firebird/tests/rowCount.phpt
index 02029ceef9..3d7f71c83b 100644
--- a/ext/pdo_firebird/tests/rowCount.phpt
+++ b/ext/pdo_firebird/tests/rowCount.phpt
@@ -38,6 +38,7 @@ $dbh->commit();
$dbh->exec('DROP TABLE testz');
+unset($stmt);
unset($dbh);
?>