mariuz Mon, 12 Sep 2011 13:46:03 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=316543
Log:
fix gcov Warning: ibase_drop_db(): lock time-out on wait transaction object
Changed paths:
U php/php-src/trunk/ext/pdo_firebird/tests/rowCount.phpt
Modified: php/php-src/trunk/ext/pdo_firebird/tests/rowCount.phpt
===================================================================
--- php/php-src/trunk/ext/pdo_firebird/tests/rowCount.phpt 2011-09-12
13:43:42 UTC (rev 316542)
+++ php/php-src/trunk/ext/pdo_firebird/tests/rowCount.phpt 2011-09-12
13:46:03 UTC (rev 316543)
@@ -38,6 +38,7 @@
$dbh->exec('DROP TABLE testz');
+unset($stmt);
unset($dbh);
?>
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php