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