mariuz Mon, 12 Sep 2011 13:43:42 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=316542
Log:
fix gcov Warning: ibase_drop_db(): lock time-out on wait transaction object
Changed paths:
U php/php-src/branches/PHP_5_3/ext/pdo_firebird/tests/rowCount.phpt
Modified: php/php-src/branches/PHP_5_3/ext/pdo_firebird/tests/rowCount.phpt
===================================================================
--- php/php-src/branches/PHP_5_3/ext/pdo_firebird/tests/rowCount.phpt
2011-09-12 13:41:48 UTC (rev 316541)
+++ php/php-src/branches/PHP_5_3/ext/pdo_firebird/tests/rowCount.phpt
2011-09-12 13:43:42 UTC (rev 316542)
@@ -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